openbsd-ports/editors/jed/Makefile
1999-11-28 01:26:21 +00:00

28 lines
729 B
Makefile

# $OpenBSD: Makefile,v 1.9 1999/11/28 01:26:21 brad Exp $
DISTNAME= jed-B0.99-10
PKGNAME= jed-0.99.10
CATEGORIES= editors
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.13:${PORTSDIR}/devel/libslang
MAINTAINER= ports@openbsd.org
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>