blob: 8808c72c2412cd9b180a5a6b05ac955435562f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.120 2018/01/30 11:52:18 hauke Exp $
PKGNAME= ${DISTNAME}
COMMENT= XEmacs text editor version 21.4
# extra options for x11 support, not for sharing with xemacs-current-nox11
# Version information in ../../editors/xemacs/Makefile.common
PKG_SUPPORTED_OPTIONS+= x11 xface
PKG_SUGGESTED_OPTIONS+= x11
.include "options.mk"
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"
|