freebsd-ports/net/napshare/Makefile
Maxim Sobolev 325b8aa4be Add napshare 0.1, a GTK based Gnutella client.
PR:		28691
Submitted by:	Mike Heffner <mikeh@FreeBSD.org>
2001-09-06 10:03:56 +00:00

24 lines
411 B
Makefile

# 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>