bd98126f1e
- Convert to USES
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: Mike Heffner <mikeh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= napshare
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= SF/${PORTNAME}/NapShare%20V${PORTVERSION}/Linux
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A GTK based Gnutella client
|
|
|
|
USES= gmake
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|