1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-p2p/napshare/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
489 B
Makefile

# New ports collection makefile for: napshare
# Date created: 4 July 2001
# Whom: Mike Heffner <mikeh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= napshare
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= napshare
MAINTAINER= mikeh@FreeBSD.org
COMMENT= A GTK based Gnutella client
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
post-extract:
@${RM} ${WRKSRC}/config.cache
.include <bsd.port.mk>