2010-10-18 18:00:15 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2010/10/18 18:00:16 espie Exp $
|
2001-05-06 00:28:54 +00:00
|
|
|
|
2007-09-16 00:44:00 +00:00
|
|
|
COMMENT= text editor
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2010-09-13 07:36:01 +00:00
|
|
|
DISTNAME= jed-0.99-19
|
|
|
|
PKGNAME= jed-0.99.19
|
1997-11-15 00:04:24 +00:00
|
|
|
CATEGORIES= editors
|
2003-05-14 01:08:05 +00:00
|
|
|
MASTER_SITES= 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/
|
2001-02-22 02:45:16 +00:00
|
|
|
|
2009-10-13 21:46:46 +00:00
|
|
|
# GPLv2+
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-09-13 07:36:01 +00:00
|
|
|
|
|
|
|
WANTLIB += c m slang.>=15 termcap util
|
|
|
|
|
|
|
|
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}
|
2005-04-19 09:41:41 +00:00
|
|
|
CONFIGURE_ENV+= JED_ROOT="${PREFIX}/lib/jed"
|
2009-10-13 21:46:46 +00:00
|
|
|
#CONFIGURE_ENV+= DEPBASE=${DEPBASE}
|
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?=
|
2010-10-18 18:00:15 +00:00
|
|
|
USE_GROFF = Yes
|
1999-10-01 23:48:28 +00:00
|
|
|
|
2000-09-06 07:14:15 +00:00
|
|
|
.if ${FLAVOR:L} == "no_x11"
|
|
|
|
ALL_TARGET= all getmail
|
|
|
|
.else
|
2000-09-06 00:30:08 +00:00
|
|
|
USE_X11= Yes
|
2000-09-06 07:14:15 +00:00
|
|
|
ALL_TARGET= all getmail xjed
|
2010-09-13 07:36:01 +00:00
|
|
|
WANTLIB+= X11
|
2000-09-06 00:07:14 +00:00
|
|
|
.endif
|
1997-11-15 00:04:24 +00:00
|
|
|
|
2002-10-26 00:39:14 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1997-11-15 00:04:24 +00:00
|
|
|
.include <bsd.port.mk>
|