summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-07-14 05:41:47 +0000
committersakamoto <sakamoto>1999-07-14 05:41:47 +0000
commit216581520feee17dce75a1c73829c5c008066026 (patch)
treef55a06b16d712737851a771237e11f87aeb38f53 /comms/plptools/Makefile
parentadf374feed05ed170601ae7930aed1b3abc9693b (diff)
downloadpkgsrc-216581520feee17dce75a1c73829c5c008066026.tar.gz
FTP-like and NFS-like access tools to talk to the PSION
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r--comms/plptools/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile
new file mode 100644
index 00000000000..ba39f11d71b
--- /dev/null
+++ b/comms/plptools/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/14 05:41:47 sakamoto Exp $
+#
+
+DISTNAME= plptools-0.3
+CATEGORIES= comms
+MASTER_SITES= ftp://ftp.to.com/pub/psion/
+
+MAINTAINER= sakamoto@netbsd.org
+
+DEPENDS= readline-2.2:../../devel/readline
+
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/"
+
+.include "../../mk/bsd.pkg.mk"