2001-05-05 20:28:54 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2001/05/06 00:29:08 lebel Exp $
|
|
|
|
|
|
|
|
COMMENT= "text editor"
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2001-02-21 21:45:16 -05:00
|
|
|
DISTNAME= jed-B0.99-13
|
|
|
|
PKGNAME= jed-0.99.13
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= editors
|
2001-05-05 20:28:54 -04:00
|
|
|
NEED_VERSION= 1.402
|
1999-11-27 20:26:21 -05:00
|
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
|
2001-02-21 21:45:16 -05:00
|
|
|
ftp://ftp.ntua.gr/pub/pub/lang/slang/jed/v0.99 \
|
|
|
|
ftp://ftp.gigabell.net/pub/Jed/v0.99/ \
|
1999-11-27 20:26:21 -05:00
|
|
|
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2001-02-21 21:45:16 -05:00
|
|
|
HOMEPAGE= http://space.mit.edu/~davis/jed/
|
|
|
|
|
2000-03-25 10:31:06 -05:00
|
|
|
LIB_DEPENDS= slang.14::devel/libslang
|
1997-11-14 19:04:24 -05:00
|
|
|
|
1999-10-01 19:48:28 -04:00
|
|
|
MAINTAINER= ports@openbsd.org
|
1997-11-14 19:04:24 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-09-05 20:07:14 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= JED_ROOT="${PREFIX}/lib/jed"
|
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
|
2000-09-05 20:07:14 -04:00
|
|
|
.endif
|
1997-11-14 19:04:24 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|