mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: Mike Heffner <mikeh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= napshare
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 3
|
|
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>
|