summaryrefslogtreecommitdiff
path: root/editors/xemacs-current-nox11/Makefile
blob: 495ecafacb83696a90e2bd194a90bdcd20995beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.4 2016/12/30 23:09:41 wiz Exp $

PKGNAME=	${DISTNAME:S/-/-nox11-/}
COMMENT=	*BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
PKGREVISION=	23

CONFIGURE_ARGS+=	--without-x
CONFIGURE_ARGS+=	--without-jpeg
CONFIGURE_ARGS+=	--without-png
CONFIGURE_ARGS+=	--without-tiff
CONFIGURE_ARGS+=	--without-xpm
CONFIGURE_ARGS+=	--with-site-prefixes=${PREFIX}
CONFIGURE_ARGS+=	--with-site-runtime-libraries=${PREFIX}/lib

.include "../../editors/xemacs-current/options.mk"
.include "../../editors/xemacs-current/Makefile.common"
.include "../../mk/bsd.pkg.mk"