blob: 1c994b770d39a1f0c999c9c219d1a2868661cb94 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.14 2021/10/03 17:53:11 hauke Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
PKGREVISION= 10
COMMENT= *BETA* XEmacs text editor version 21.5 (no X11 support)
.include "../../editors/xemacs-current/Makefile.common"
.include "../../editors/xemacs-current/options.mk"
.include "../../mk/bsd.pkg.mk"
|