pkgsrc/editors/xjed/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

25 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:10 rillig Exp $
#
PKGNAME= xjed-0.99.16
.include "../../editors/jed/Makefile.common"
COMMENT= Extensible folding editor with Emacs/WordStar/EDT emulations, X11 version
CONFLICTS= jed-[0-9]*
CONFIGURE_ARGS+= --with-x
BUILD_TARGET= xjed
MESSAGE_SRC= ${.CURDIR}/../jed/MESSAGE
PLIST_SRC= ${.CURDIR}/../jed/PLIST
PLIST_SRC+= ${.CURDIR}/PLIST.xjed
.include "../../mk/bsd.prefs.mk"
# XXX For just now disable grantpt(3) for NetBSD-2.0F and later
.if ${OPSYS} == "NetBSD"
CONFIGURE_ENV+= ac_cv_func_grantpt=no
.endif
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"