naddy 8409641c44 The rgrep.1 man page needs some fixes, but since we don't build or
install the program, don't install the man page either.
Drop USE_GROFF.
2015-03-21 21:26:50 +00:00

40 lines
785 B
Makefile

# $OpenBSD: Makefile,v 1.41 2015/03/21 21:26:50 naddy Exp $
COMMENT= text editor
DISTNAME= jed-0.99-19
PKGNAME= jed-0.99.19
REVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/ \
ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/
HOMEPAGE= http://www.jedsoft.org/jed/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m slang>=15 termcap util
LIB_DEPENDS= devel/libslang
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-slang=${LOCALBASE}
CONFIGURE_ENV+= JED_ROOT="${PREFIX}/lib/jed"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR} == "no_x11"
ALL_TARGET= all getmail
.else
ALL_TARGET= all getmail xjed
WANTLIB+= X11
.endif
NO_TEST= Yes
.include <bsd.port.mk>