summaryrefslogtreecommitdiff
path: root/editors/xemacs-current-nox11
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-current-nox11')
-rw-r--r--editors/xemacs-current-nox11/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/editors/xemacs-current-nox11/Makefile b/editors/xemacs-current-nox11/Makefile
index 92abe92c45e..d46bd4c9c33 100644
--- a/editors/xemacs-current-nox11/Makefile
+++ b/editors/xemacs-current-nox11/Makefile
@@ -1,9 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2007/11/12 01:48:48 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/24 21:32:47 jlam Exp $
-.include "../../editors/xemacs-current/Makefile.common"
+PKGNAME= ${DISTNAME:S/-/-nox11-/}
-PKGNAME= ${DISTNAME:S/xemacs/xemacs-nox11/}
+FILESDIR= ${.CURDIR}/../../editors/xemacs-current/files
+PATCHDIR= ${.CURDIR}/../../editors/xemacs-current/patches
+PKGDIR= ${.CURDIR}/../../editors/xemacs-current
-CONFLICTS= xemacs-[0-9]*
+# Mirror PKG_DESTDIR_SUPPORT setting from xemacs-current/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.prefs.mk"
+
+PKG_OPTIONS.xemacs+= -x11 -xft -gtk -lucid -motif
+
+.include "../../editors/xemacs-current/Makefile"