2010-02-24 14:05:44 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2010/02/24 13:05:44 joerg Exp $
|
2009-08-05 12:32:54 +02:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
2009-10-07 12:50:59 +02:00
|
|
|
PKGREVISION= 1
|
2009-08-05 12:32:54 +02:00
|
|
|
|
|
|
|
FILESDIR= ${.CURDIR}/../../editors/emacs22/files
|
|
|
|
PATCHDIR= ${.CURDIR}/../../editors/emacs22/patches
|
|
|
|
PKGDIR= ${.CURDIR}/../../editors/emacs22
|
|
|
|
|
2010-02-24 14:05:44 +01:00
|
|
|
# Mirror pre-bsd.prefs.mk settings from emacs/Makefile.
|
2009-08-05 12:32:54 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2010-02-24 14:05:44 +01:00
|
|
|
SETGIDGAME= yes
|
2009-08-05 12:32:54 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw
|
|
|
|
|
|
|
|
.include "../../editors/emacs22/Makefile"
|