41 lines
828 B
Makefile
Raw Normal View History

2015-06-18 06:05:20 +00:00
# $OpenBSD: Makefile,v 1.42 2015/06/18 06:05:20 bentley Exp $
COMMENT= text editor
1997-11-15 00:04:24 +00:00
DISTNAME= jed-0.99-19
PKGNAME= jed-0.99.19
REVISION= 1
1997-11-15 00:04:24 +00:00
CATEGORIES= editors
2015-06-18 06:05:20 +00:00
MASTER_SITES= http://www.jedsoft.org/releases/jed/ \
ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/ \
2009-10-13 21:46:46 +00:00
ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/
1997-11-15 00:04:24 +00:00
2009-10-13 21:46:46 +00:00
HOMEPAGE= http://www.jedsoft.org/jed/
2009-10-13 21:46:46 +00:00
# GPLv2+
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 23:22:07 +00:00
WANTLIB += c m slang>=15 termcap util
2010-11-15 23:22:07 +00:00
LIB_DEPENDS= devel/libslang
2000-02-12 08:02:07 +00:00
2000-09-06 00:07:14 +00:00
CONFIGURE_STYLE= gnu
2009-10-13 21:46:46 +00:00
CONFIGURE_ARGS= --with-slang=${LOCALBASE}
CONFIGURE_ENV+= JED_ROOT="${PREFIX}/lib/jed"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
1997-11-15 00:04:24 +00:00
2000-09-06 07:14:15 +00:00
FLAVORS= no_x11
2000-09-06 00:07:14 +00:00
FLAVOR?=
2011-12-02 14:36:13 +00:00
.if ${FLAVOR} == "no_x11"
2000-09-06 07:14:15 +00:00
ALL_TARGET= all getmail
.else
ALL_TARGET= all getmail xjed
WANTLIB+= X11
2000-09-06 00:07:14 +00:00
.endif
1997-11-15 00:04:24 +00:00
2013-03-11 11:02:49 +00:00
NO_TEST= Yes
2002-10-26 00:39:14 +00:00
1997-11-15 00:04:24 +00:00
.include <bsd.port.mk>