summaryrefslogtreecommitdiff
path: root/editors/emacs23-nox11/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2013-02-17 05:00:08 +0000
committerdholland <dholland>2013-02-17 05:00:08 +0000
commitae507bef5b1df8d2d1802a1757d27c7fb6a6f722 (patch)
tree563104f9704963f03a7e4c7a2e6afa41bceb2d58 /editors/emacs23-nox11/Makefile
parent94c52148767494e56d4e4c08af4a621591687577 (diff)
downloadpkgsrc-ae507bef5b1df8d2d1802a1757d27c7fb6a6f722.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/Makefile')
-rw-r--r--editors/emacs23-nox11/Makefile19
1 files changed, 19 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"