diff options
Diffstat (limited to 'net-p2p/napshare/Makefile')
-rw-r--r-- | net-p2p/napshare/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-p2p/napshare/Makefile b/net-p2p/napshare/Makefile new file mode 100644 index 000000000000..706c5714ba4c --- /dev/null +++ b/net-p2p/napshare/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: napshare +# Date created: 4 July 2001 +# Whom: Mike Heffner <mikeh@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= napshare +PORTVERSION= 0.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= napshare + +MAINTAINER= mikeh@FreeBSD.org + +WRKSRC= ${WRKDIR}/napshare + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GTK= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |