mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
18 lines
334 B
Makefile
18 lines
334 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= GTK based Gnutella client
|
|
|
|
USES= gmake
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|