summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
authorskrll <skrll>2000-06-12 13:36:08 +0000
committerskrll <skrll>2000-06-12 13:36:08 +0000
commit1fec98db2ae800fc3626f4598cf66252824f74bd (patch)
tree9b103a594aa31b025c5e28ebd866623461132466 /comms/plptools/Makefile
parent778615969c5b7d52ba4e837b8b7eb4a2c8b1e325 (diff)
downloadpkgsrc-1fec98db2ae800fc3626f4598cf66252824f74bd.tar.gz
Update plptools to version 0.6.
Sorry there doesn't seem to be a changelog. Changes by me: - Patch mp_mount.c so that it now works. - Remove BROKEN - Use LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r--comms/plptools/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile
index 564b4e163b8..a39c4a31038 100644
--- a/comms/plptools/Makefile
+++ b/comms/plptools/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:17 rh Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/12 13:36:08 skrll Exp $
#
-DISTNAME= plptools-0.4
+DISTNAME= plptools-0.6
+PKGNAME= ${DISTNAME}nb1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.to.com/pub/psion/
@@ -9,10 +10,11 @@ MAINTAINER= sakamoto@netbsd.org
DEPENDS= readline-4.0:../../devel/readline
-BROKEN= plptools does not work correctly
+WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_PKGLIBTOOL= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"
.include "../../mk/bsd.pkg.mk"