summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r--comms/plptools/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile
index 0f6f5152644..a4a90ec4f0f 100644
--- a/comms/plptools/Makefile
+++ b/comms/plptools/Makefile
@@ -1,22 +1,25 @@
-# $NetBSD: Makefile,v 1.24 2004/04/25 00:36:04 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2004/09/08 12:14:59 wiz Exp $
#
-DISTNAME= plptools-0.6
-PKGREVISION= 1
+DISTNAME= plptools-0.12
CATEGORIES= comms
-MASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plptools/}
MAINTAINER= sakamoto@NetBSD.org
+HOMEPAGE= http://plptools.sourceforge.net/
COMMENT= FTP-like and NFS-like access tools to talk to the PSION
USE_BUILDLINK3= YES
USE_GNU_READLINE= # uses rl_filename_quoting_desired flag
+USE_GNU_TOOLS+= make
USE_LANUGAGES= c c++
USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE}
LIBS+= -ltermcap
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"