diff options
author | tron <tron@pkgsrc.org> | 1998-08-14 22:14:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-14 22:14:40 +0000 |
commit | 3f75da1abf3de5b7a54167cd04d2915ac955fe8e (patch) | |
tree | edb35e75bbb8352899e744e021ecff9051164c7d /editors/ne | |
parent | c03c3966d875626bb71265beb148fb517c4179f6 (diff) | |
download | pkgsrc-3f75da1abf3de5b7a54167cd04d2915ac955fe8e.tar.gz |
New "ne" package created Ben Harris:
A re-write of Phoenix E. A sensible light-weight editor.
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile new file mode 100644 index 00000000000..b1b59e0854d --- /dev/null +++ b/editors/ne/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 1998/08/14 22:14:40 tron Exp $ + +DISTNAME= ne +PKGNAME= ne-1.25 +WRKSRC= ${WRKDIR}/src +CATEGORIES= editors +MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/NE/ +DISTFILES= ne.tar.gz ne.manpage.1 NE.spec.ascii NE.changes.spec +DIST_SUBDIR= ne + +MAINTAINER= bjh@mail.dotcom.fr + +EXTRACT_ONLY= ne.tar.gz + +post-extract: + @${CP} ${_DISTDIR}/ne.manpage.1 ${_DISTDIR}/NE.spec.ascii \ + ${_DISTDIR}/NE.changes.spec ${WRKSRC} + +ALL_TARGET= NetBSD ne + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nenew ${PREFIX}/bin/ne + ${INSTALL_MAN} ${WRKSRC}/ne.manpage.1 ${PREFIX}/man/man1/ne.1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ne + ${INSTALL_DATA} ${WRKSRC}/NE.spec.ascii ${WRKSRC}/NE.changes.spec \ + ${WRKSRC}/LICENCE ${PREFIX}/share/doc/ne + +.include "../../mk/bsd.pkg.mk" |