summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-06-21 02:58:23 +0000
committerjlam <jlam>2000-06-21 02:58:23 +0000
commitb5bbe712ddedae2f12ecabd8296df14452a035ee (patch)
treed6cb02900c721552a2dee90397f06249747a1961 /editors/pico/Makefile
parent3baa288488369477deb66d0ee183e0b1c64073be (diff)
downloadpkgsrc-b5bbe712ddedae2f12ecabd8296df14452a035ee.tar.gz
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index bb6739a1d61..9891e2001c8 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:25 rh Exp $
+# $NetBSD: Makefile,v 1.20 2000/06/21 03:53:35 jlam Exp $
#
DISTNAME= pine4.21
@@ -9,7 +9,15 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.washington.edu/pine/
-USE_PKGLIBTOOL= yes
+USE_LIBTOOL= # defined
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+BUILDNAME= so5
+.else
+BUILDNAME= neb
+.endif
do-build:
cd ${WRKSRC} && ./build ${BUILDNAME} CC="${LIBTOOL} ${CC}" \
@@ -29,8 +37,3 @@ do-install:
${PREFIX}/include/pico/
.include "../../mk/bsd.pkg.mk"
-.if ${OPSYS} == "SunOS"
-BUILDNAME= so5
-.else
-BUILDNAME= neb
-.endif