blob: 383f6a2a50ba0ae710193ecf3b788c619e88d719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.33 2011/12/13 06:20:16 marino 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"
|