blob: 832459b2f01e6cb5555eee097d3eea797bf530d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2012/06/14 07:44:37 sbd Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
PKGREVISION= 2
FILESDIR= ${.CURDIR}/../../editors/emacs22/files
PATCHDIR= ${.CURDIR}/../../editors/emacs22/patches
PKGDIR= ${.CURDIR}/../../editors/emacs22
# Mirror pre-bsd.prefs.mk settings from emacs/Makefile.
PKG_DESTDIR_SUPPORT= user-destdir
SETGIDGAME= yes
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw
.include "../../editors/emacs22/Makefile"
|