e3f42ae089
Makefile. As wiz convincingly pointed out, differing dependencies may make for differing PKGREVISION.
10 lines
397 B
Makefile
10 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/02/01 14:25:30 hauke Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
|
PKGREVISION= 4
|
|
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
|
|
# Version information in ../../editors/xemacs-current/Makefile.common
|
|
|
|
.include "../../editors/xemacs-current/options.mk"
|
|
.include "../../editors/xemacs-current/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|