summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-06-12 13:36:08 +0000
committerskrll <skrll@pkgsrc.org>2000-06-12 13:36:08 +0000
commitce1ab761900a241e98b424f9a7f67d1068374c4a (patch)
tree9b103a594aa31b025c5e28ebd866623461132466 /comms/plptools/Makefile
parentc1fcaff27462b2f7b1bb2b6f8f4ff4e4586fa828 (diff)
downloadpkgsrc-ce1ab761900a241e98b424f9a7f67d1068374c4a.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"