2012-08-28 02:55:51 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2012/08/28 00:55:52 mef Exp $
|
2012-06-16 23:04:16 +02:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
|
|
|
|
|
|
|
CONFLICTS+= emacs-[0-9]*
|
|
|
|
|
|
|
|
FILESDIR= ${.CURDIR}/../../editors/emacs24/files
|
|
|
|
PATCHDIR= ${.CURDIR}/../../editors/emacs24/patches
|
|
|
|
PKGDIR= ${.CURDIR}/../../editors/emacs24
|
|
|
|
|
|
|
|
.include "../../editors/emacs24/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"
|