blob: c0ee11ecb4ad7764fe8180b050530aa1fb0d9922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: napshare
# Date created: 4 July 2001
# Whom: Mike Heffner <mikeh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= napshare
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK based Gnutella client
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|