openbsd-ports/editors/jed/Makefile

36 lines
873 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2000/04/09 17:36:23 espie Exp $
1997-11-14 19:04:24 -05:00
DISTNAME= jed-B0.99-10
PKGNAME= jed-0.99.10
1997-11-14 19:04:24 -05:00
CATEGORIES= editors
NEED_VERSION= 1.230
FAKE=No
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
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
ALL_TARGET= all getmail ${XJED}
# 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:
@jed -batch -n -l preparse.sl
@install-info --section="Editors" \
--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>