18 lines
533 B
Makefile
18 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.31 2010/06/01 21:47:00 minskim Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
|
|
|
CONFLICTS+= emacs-[0-9]*
|
|
|
|
FILESDIR= ${.CURDIR}/../../editors/emacs/files
|
|
PATCHDIR= ${.CURDIR}/../../editors/emacs/patches
|
|
PKGDIR= ${.CURDIR}/../../editors/emacs
|
|
|
|
.include "../../editors/emacs/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \
|
|
--without-rsvg --without-x --without-xft \
|
|
--without-gif --without-jpeg --without-png \
|
|
--without-tiff --without-xpm
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|