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