summaryrefslogtreecommitdiff
path: root/editors/emacs23-nox11
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-02-17 05:00:08 +0000
committerdholland <dholland@pkgsrc.org>2013-02-17 05:00:08 +0000
commitd5d6d228c74ce92f67d0e569dd25147673d82465 (patch)
tree563104f9704963f03a7e4c7a2e6afa41bceb2d58 /editors/emacs23-nox11
parentdf228563ec6a19a488c6bc2835c758d3e25b0e5c (diff)
downloadpkgsrc-d5d6d228c74ce92f67d0e569dd25147673d82465.tar.gz
Move editors/emacs-nox11 to editors/emacs23-nox11, and change its
PKGNAME from emacs-nox11-23.4 to emacs23-nox11-23.4.
Diffstat (limited to 'editors/emacs23-nox11')
-rw-r--r--editors/emacs23-nox11/Makefile19
-rw-r--r--editors/emacs23-nox11/buildlink3.mk16
-rw-r--r--editors/emacs23-nox11/version.mk7
3 files changed, 42 insertions, 0 deletions
diff --git a/editors/emacs23-nox11/Makefile b/editors/emacs23-nox11/Makefile
new file mode 100644
index 00000000000..97e8faa5721
--- /dev/null
+++ b/editors/emacs23-nox11/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/02/17 05:00:08 dholland Exp $
+
+PKGNAME= ${DISTNAME:S/emacs/emacs23/:S/-/-nox11-/}
+PKGREVISION= 1
+
+CONFLICTS+= emacs23-[0-9]*
+
+FILESDIR= ${.CURDIR}/../../editors/emacs23/files
+PATCHDIR= ${.CURDIR}/../../editors/emacs23/patches
+PKGDIR= ${.CURDIR}/../../editors/emacs23
+
+.include "../../editors/emacs23/Makefile.common"
+
+CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \
+ --without-rsvg --without-x --without-xft \
+ --without-gif --without-jpeg --without-png \
+ --without-tiff --without-xpm
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/emacs23-nox11/buildlink3.mk b/editors/emacs23-nox11/buildlink3.mk
new file mode 100644
index 00000000000..c0f68cd8323
--- /dev/null
+++ b/editors/emacs23-nox11/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2013/02/17 05:00:08 dholland 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 --git a/editors/emacs23-nox11/version.mk b/editors/emacs23-nox11/version.mk
new file mode 100644
index 00000000000..2d3ae699685
--- /dev/null
+++ b/editors/emacs23-nox11/version.mk
@@ -0,0 +1,7 @@
+# $NetBSD: version.mk,v 1.1 2013/02/17 05:00:08 dholland Exp $
+
+_EMACS_FLAVOR= emacs
+_EMACS_REQD= emacs-nox11>=23.2<24
+
+_EMACS_VERSION_MAJOR= 23
+_EMACS_VERSION_MINOR= 3