summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-12-14 10:28:41 +0000
committertron <tron>2002-12-14 10:28:41 +0000
commitf1a2bb3128008c1c1ad0e97a82c34c32c54b5ae6 (patch)
tree844321f2369af91a8096836ddbcfaff09bc47f39 /editors/pico/Makefile
parent1beef066810e9e142ae49d17326980e4da7f6cfe (diff)
downloadpkgsrc-f1a2bb3128008c1c1ad0e97a82c34c32c54b5ae6.tar.gz
Update "pico" package to version 4.4. Changes since version 4.2:
- Pico only preserves the start-stop characters (^Q/^S) if given the -p - New pico option -Q <quotestr>
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile30
1 files changed, 14 insertions, 16 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 90f6e30216b..57f9fc62c06 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.33 2002/12/14 04:34:49 hubertf Exp $
-#
+# $NetBSD: Makefile,v 1.34 2002/12/14 10:28:41 tron Exp $
-DISTNAME= pine4.44
-PKGNAME= pico-4.2
+DISTNAME= pine4.51
+PKGNAME= pico-4.4
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/pine/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.washington.edu/pine/
@@ -13,8 +13,8 @@ COMMENT= Text editor (ships with Pine), and Pine's text editing lib
LICENSE= pine-license
-USE_BUILDLINK2= # defined
-USE_LIBTOOL= # defined
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
.include "../../mk/bsd.prefs.mk"
@@ -29,21 +29,19 @@ BUILDNAME= neb
MAKE_ENV+= _STRIPFLAG_INSTALL= # debug...
do-build:
- cd ${WRKSRC} && ./build ${BUILDNAME} \
- CC="${PKGLIBTOOL} ${BUILDLINK_CC}" \
- PREFIX=${PREFIX}
+ cd ${WRKSRC} && \
+ ./build ${BUILDNAME} CC="${PKGLIBTOOL} ${BUILDLINK_CC}" \
+ PREFIX=${PREFIX}
do-install:
${PKGLIBTOOL} --mode=install ${INSTALL_DATA} \
- ${WRKSRC}/pico/libpico.la ${PREFIX}/lib/
+ ${WRKSRC}/pico/libpico.la ${PREFIX}/lib
${PKGLIBTOOL} --mode=install ${INSTALL_PROGRAM} \
- ${WRKSRC}/pico/pico ${WRKSRC}/pico/pilot ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/
+ ${WRKSRC}/pico/pico ${WRKSRC}/pico/pilot ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/include/pico
cd ${WRKSRC}/pico && \
- ${INSTALL_DATA} ebind.h edef.h efunc.h estruct.h headers.h \
- msmenu.h os.h pico.h resource.h \
- ${PREFIX}/include/pico/
+ ${INSTALL_DATA} *.h ${PREFIX}/include/pico
.include "../../mk/bsd.pkg.mk"