pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs22-nox11 Import emacs-nox11-22.3nb2 in ed...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c65866c6cf2a
branches: trunk
changeset: 396888:c65866c6cf2a
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Aug 05 10:32:54 2009 +0000
description:
Import emacs-nox11-22.3nb2 in editors/emacs-nox11 as
editors/emacs22-nox11.
diffstat:
editors/emacs22-nox11/Makefile | 16 ++++++++++++++++
editors/emacs22-nox11/buildlink3.mk | 16 ++++++++++++++++
editors/emacs22-nox11/version.mk | 9 +++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 82920053d395 -r c65866c6cf2a editors/emacs22-nox11/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs22-nox11/Makefile Wed Aug 05 10:32:54 2009 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/05 10:32:54 minskim Exp $
+
+PKGNAME= ${DISTNAME:S/-/-nox11-/}
+
+FILESDIR= ${.CURDIR}/../../editors/emacs22/files
+PATCHDIR= ${.CURDIR}/../../editors/emacs22/patches
+PKGDIR= ${.CURDIR}/../../editors/emacs22
+
+# Mirror PKG_DESTDIR_SUPPORT setting from emacs/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../mk/bsd.prefs.mk"
+
+PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw
+
+.include "../../editors/emacs22/Makefile"
diff -r 82920053d395 -r c65866c6cf2a editors/emacs22-nox11/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs22-nox11/buildlink3.mk Wed Aug 05 10:32:54 2009 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/05 10:32:54 minskim Exp $
+#
+
+BUILDLINK_TREE+= emacs-nox11
+
+.if !defined(EMACS_NOX11_BUILDLINK3_MK)
+EMACS_NOX11_BUILDLINK3_MK:=
+
+.include "../../editors/emacs/modules.mk"
+BUILDLINK_API_DEPENDS.emacs-nox11+= ${_EMACS_REQD}
+BUILDLINK_PKGSRCDIR.emacs-nox11?= ${_EMACS_PKGDIR}
+
+BUILDLINK_CONTENTS_FILTER.emacs-nox11= ${EGREP} '.*\.el$$|.*\.elc$$'
+.endif # EMACS_NOX11_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -emacs-nox11
diff -r 82920053d395 -r c65866c6cf2a editors/emacs22-nox11/version.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs22-nox11/version.mk Wed Aug 05 10:32:54 2009 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: version.mk,v 1.1.1.1 2009/08/05 10:32:54 minskim Exp $
+
+_EMACS_FLAVOR= emacs
+_EMACS_REQD= emacs-nox11>=22<23
+_EMACS_PKGDEP.base=
+_EMACS_PKGDEP.leim=
+
+_EMACS_VERSION_MAJOR= 22
+_EMACS_VERSION_MINOR= 3
Home |
Main Index |
Thread Index |
Old Index