2000-04-09 13:35:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2000/04/09 17:36:23 espie Exp $
|
1997-11-14 19:04:24 -05:00
|
|
|
|
1999-11-27 20:26:21 -05:00
|
|
|
DISTNAME= jed-B0.99-10
|
|
|
|
PKGNAME= jed-0.99.10
|
1997-11-14 19:04:24 -05:00
|
|
|
CATEGORIES= editors
|
2000-03-24 18:28:01 -05:00
|
|
|
NEED_VERSION= 1.230
|
2000-04-09 13:35:57 -04:00
|
|
|
FAKE=No
|
1999-11-27 20:26:21 -05:00
|
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
|
|
|
|
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
|
1997-11-14 19:04:24 -05:00
|
|
|
|
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-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
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-03-05 13:30:21 -05:00
|
|
|
GNU_CONFIGURE= Yes
|
1997-11-14 19:04:24 -05:00
|
|
|
CONFIGURE_ENV= JED_ROOT=${PREFIX}/lib/jed
|
|
|
|
|
1999-11-27 20:26:21 -05:00
|
|
|
ALL_TARGET= all getmail ${XJED}
|
|
|
|
|
1999-10-01 19:48:28 -04:00
|
|
|
# comment out the next line if you don't want the X version of JED.
|
|
|
|
XJED= xjed
|
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
post-install:
|
1999-06-23 00:27:29 -04:00
|
|
|
@jed -batch -n -l preparse.sl
|
|
|
|
@install-info --section="Editors" \
|
1998-11-19 23:58:05 -05:00
|
|
|
--entry="* JED: (jed). JED editor documentation." \
|
1997-11-14 19:04:24 -05:00
|
|
|
${PREFIX}/info/jed.info ${PREFIX}/info/dir
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|