a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
31 lines
808 B
Makefile
31 lines
808 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/04/06 03:45:12 rodent Exp $
|
|
#
|
|
PKGNAME= xjed-0.99.16
|
|
PKGREVISION= 1
|
|
|
|
.include "../../editors/jed/Makefile.common"
|
|
COMMENT= Extensible folding editor + 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
|
|
# Also for Dragonfly, there's no strops.h header
|
|
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
|
|
CONFIGURE_ENV+= ac_cv_func_grantpt=no
|
|
.endif
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|