diff options
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r-- | comms/plptools/Makefile | 16 |
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" |