pkgsrc/editors/emacs23-nox11/Makefile
dholland 0934050e39 Move editors/emacs-nox11 to editors/emacs23-nox11, and change its
PKGNAME from emacs-nox11-23.4 to emacs23-nox11-23.4.
2013-02-17 05:00:08 +00:00

19 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/17 05:00:08 dholland Exp $
PKGNAME= ${DISTNAME:S/emacs/emacs23/:S/-/-nox11-/}
PKGREVISION= 1
CONFLICTS+= emacs23-[0-9]*
FILESDIR= ${.CURDIR}/../../editors/emacs23/files
PATCHDIR= ${.CURDIR}/../../editors/emacs23/patches
PKGDIR= ${.CURDIR}/../../editors/emacs23
.include "../../editors/emacs23/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"