3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# Created by: Mike Heffner <mikeh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= napshare
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
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>
|