mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
20 lines
608 B
Makefile
20 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.10 2016/03/05 15:34:13 gson Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/emacs/emacs24/:S/-/-nox11-/}
|
|
PKGREVISION= 1
|
|
|
|
CONFLICTS+= emacs24-[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
|
|
CONFIGURE_ARGS+= --without-rsvg --without-x --without-xft
|
|
CONFIGURE_ARGS+= --without-gif --without-jpeg --without-png
|
|
CONFIGURE_ARGS+= --without-tiff --without-xpm
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|