aboutsummaryrefslogtreecommitdiffstats
path: root/net/napshare/Makefile
blob: 5953ccc92e38e96352a95a0c0a495bf1cf564d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    napshare
# Date created:             4 July 2001
# Whom:                 Mike Heffner <mikeh@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   napshare
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

post-extract:
    @${RM} ${WRKSRC}/config.cache

.include <bsd.port.mk>