pkgsrc/editors/emacs-nox11/Makefile
jlam ec4bc1202d Make emacs and emacs-nox11 look more like xemacs and xemacs-nox11 in
terms of file structure.  Also add DESTDIR support.
2008-04-25 16:35:32 +00:00

16 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.28 2008/04/25 16:35:32 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
FILESDIR= ${.CURDIR}/../../editors/emacs/files
PATCHDIR= ${.CURDIR}/../../editors/emacs/patches
PKGDIR= ${.CURDIR}/../../editors/emacs
# Mirror PKG_DESTDIR_SUPPORT setting from emacs/Makefile.
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw
.include "../../editors/emacs/Makefile"