openbsd-ports/editors/jed/Makefile
2000-03-25 15:31:06 +00:00

35 lines
865 B
Makefile

# $OpenBSD: Makefile,v 1.14 2000/03/25 15:31:06 kevlo Exp $
DISTNAME= jed-B0.99-10
PKGNAME= jed-0.99.10
CATEGORIES= editors
NEED_VERSION= 1.230
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
LIB_DEPENDS= slang.14::devel/libslang
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
GNU_CONFIGURE= Yes
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
post-install:
@jed -batch -n -l preparse.sl
@install-info --section="Editors" \
--entry="* JED: (jed). JED editor documentation." \
${PREFIX}/info/jed.info ${PREFIX}/info/dir
.include <bsd.port.mk>