diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-07 19:48:47 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-07 19:48:47 +0000 |
commit | e0e695c11574c4374f300aea97bafe92470ea2e9 (patch) | |
tree | 45897a0b700354ad4095b857cff36cc8cc03a269 /editors/pico/Makefile | |
parent | 050d0f846258152820295fb9c872ce5dab826b4e (diff) | |
download | pkgsrc-e0e695c11574c4374f300aea97bafe92470ea2e9.tar.gz |
Initial addition of a handy text editor that ships with Pine.
Fixes pr 5548 by Tim Rightnour, some portlint cleanups.
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r-- | editors/pico/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile new file mode 100644 index 00000000000..0a453b5132b --- /dev/null +++ b/editors/pico/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 1998/06/07 19:48:47 frueauf Exp $ +# + +DISTNAME= pine3.96 +PKGNAME= pico-2.9 +WRKSRC= ${WRKDIR}/pine3.96 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ + +MAINTAINER= root@garbled.net + +CONFLICTS= pine-3.96 + +MAN1= pico.1 + +do-build: + cd ${WRKSRC} && ./build neb + +do-install: + ${INSTALL_DATA} ${WRKSRC}/pico/libpico.a ${PREFIX}/lib/libpico.a + ${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/pico + ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1 + +.include "../../mk/bsd.pkg.mk" |