freebsd-ports/net/napshare/Makefile

27 lines
485 B
Makefile
Raw Normal View History

# New ports collection makefile for: napshare
# Date created: 4 July 2001
# Whom: Mike Heffner <mikeh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= napshare
2003-01-04 20:03:16 +01:00
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= napshare
MAINTAINER= mikeh@FreeBSD.org
COMMENT= A GTK based Gnutella client
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
2003-01-04 20:03:16 +01:00
post-extract:
@${RM} ${WRKSRC}/config.cache
.include <bsd.port.mk>