diff options
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r-- | editors/jed/Makefile | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 46b2ab663af..6ec102d0b5b 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,29 +1,33 @@ -# $NetBSD: Makefile,v 1.20 2003/03/29 12:40:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2003/04/05 20:29:41 wiz Exp $ # -DISTNAME= jed-B0.99-15 -PKGNAME= jed-0.99.15 -WRKSRC= ${WRKDIR}/jed-B0.99-15 +DISTNAME= jed-0.99-16 +PKGNAME= jed-0.99.16 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/ +MASTER_SITES= ftp://ftp.jedsoft.org/pub/davis/jed/v0.99/ \ + ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/ \ + ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/ \ + ftp://ftp.bay.net.au/pub/jed/v0.99/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://space.mit.edu/~davis/jed.html -COMMENT= Text editor with many features, extensible through S-Lang functions +MAINTAINER= joerg@gmx.net +HOMEPAGE= http://www.jedsoft.org/jed/ +COMMENT= Extensible folding editor with Emacs/WordStar/EDT emulations USE_BUILDLINK2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X +EGDIR= ${PREFIX}/share/examples/jed +CONF_FILES= ${EGDIR}/jed.conf ${PREFIX}/etc/jed.conf + post-install: - @cd ${WRKSRC}; \ - for dir in lib info doc; do \ - ${ECHO} "Installing $$dir files"; \ - ${PAX} -rwpe $$dir ${PREFIX}/share/jed; \ - done - ${RM} -f ${PREFIX}/share/jed/doc/jed.1 ${PREFIX}/share/jed/doc/rgrep.1 ${RMDIR} ${PREFIX}/share/jed/bin + ${RMDIR} ${PREFIX}/share/jed/lib/tm + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/lib/jed.conf ${EGDIR} +.include "../../mk/bsd.pkg.install.mk" .include "../../devel/libslang/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |