2009-10-27 17:51:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2009/10/27 21:51:53 sthen Exp $
|
2001-05-05 20:28:54 -04:00
|
|
|
|
2007-09-15 20:44:00 -04:00
|
|
|
COMMENT= text editor
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2009-10-13 17:46:46 -04:00
|
|
|
DISTNAME= jed-0.99-18
|
2009-10-27 17:51:53 -04:00
|
|
|
PKGNAME= jed-0.99.18p0
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= editors
|
2003-05-13 21:08:05 -04: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 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/
|
2001-02-21 21:45:16 -05:00
|
|
|
|
2009-10-13 17:46:46 -04:00
|
|
|
LIB_DEPENDS= slang.>=15::devel/libslang
|
1997-11-14 19:04:24 -05:00
|
|
|
|
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
|
2004-11-24 06:08:02 -05:00
|
|
|
WANTLIB= c m termcap util
|
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}
|
2005-04-19 05:41:41 -04:00
|
|
|
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?=
|
1999-10-01 19:48:28 -04:00
|
|
|
|
2000-09-06 03:14:15 -04:00
|
|
|
.if ${FLAVOR:L} == "no_x11"
|
|
|
|
ALL_TARGET= all getmail
|
|
|
|
.else
|
2000-09-05 20:30:08 -04:00
|
|
|
USE_X11= Yes
|
2000-09-06 03:14:15 -04:00
|
|
|
ALL_TARGET= all getmail xjed
|
2009-10-13 17:46:46 -04:00
|
|
|
WANTLIB+= X11 Xext Xft Xrender freetype
|
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>
|