blob: b3ce8642686bd265f8b122cc856da7804a488555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.20 2008/04/24 15:32:16 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
FILESDIR= ${.CURDIR}/../../editors/xemacs/files
PATCHDIR= ${.CURDIR}/../../editors/xemacs/patches
PKGDIR= ${.CURDIR}/../../editors/xemacs
# Mirror PKG_DESTDIR_SUPPORT setting from xemacs/Makefile.
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.xemacs+= -x11 -lucid
#PKG_OPTIONS.xemacs+= -gtk -motif -xaw
.include "../../editors/xemacs/Makefile"
|