aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/napshare/Makefile
blob: 416c99240705b9726f2bb33485f1dc4bde689eb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Mike Heffner <mikeh@FreeBSD.org>
# $FreeBSD$

PORTNAME=   napshare
PORTVERSION=    1.3
PORTREVISION=   2
CATEGORIES= net-p2p
MASTER_SITES=   SF/${PORTNAME}/NapShare%20V${PORTVERSION}/Linux

MAINTAINER= ports@FreeBSD.org
COMMENT=    GTK based Gnutella client

USES=       gmake
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes

.include <bsd.port.mk>