openbsd-ports/editors/jed/Makefile

30 lines
806 B
Makefile
Raw Normal View History

1999-07-14 21:47:28 -04:00
# $OpenBSD: Makefile,v 1.7 1999/07/15 01:47:28 brad Exp $
1997-11-14 19:04:24 -05:00
1999-07-14 21:47:28 -04:00
DISTNAME= jed-B0.99-8
PKGNAME= jed-0.99.8
1997-11-14 19:04:24 -05:00
CATEGORIES= editors
1999-07-14 21:47:28 -04:00
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/
1997-11-14 19:04:24 -05:00
MAINTAINER= ports@OpenBSD.ORG
1997-11-14 19:04:24 -05:00
1999-07-14 21:47:28 -04:00
LIB_DEPENDS= slang.13:${PORTSDIR}/devel/libslang
1997-11-14 19:04:24 -05: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
GNU_CONFIGURE= yes
CONFIGURE_ENV= JED_ROOT=${PREFIX}/lib/jed
ALL_TARGET= all getmail ${XJED}
1997-11-14 19:04:24 -05:00
post-install:
@jed -batch -n -l preparse.sl
@${MV} ${PREFIX}/lib/jed/doc ${PREFIX}/share/doc/jed
@${MV} ${PREFIX}/lib/jed/info/jed.* ${PREFIX}/info
@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
@${RM} -rf ${PREFIX}/lib/jed/info
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>