openbsd-ports/editors/jed/Makefile

43 lines
862 B
Makefile
Raw Normal View History

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