diff options
Diffstat (limited to 'lang/pnet/Makefile')
-rw-r--r-- | lang/pnet/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile new file mode 100644 index 00000000000..237e557fa93 --- /dev/null +++ b/lang/pnet/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:13:31 xtraeme Exp $ +# + +DISTNAME= pnet-0.6.2 +CATEGORIES= lang +MASTER_SITES= http://www.southern-storm.com.au/download/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.dotgnu.org/ +COMMENT= DotGNU Portable.NET (development tools) + +BUILD_DEPENDS= treecc>=0.2.6:../../devel/treecc + +USE_GMAKE= yes +USE_MAKEINFO= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes + +INFO_FILES= pnettools.info + +.include "../../mk/bsd.pkg.mk" |