22 lines
418 B
Makefile
22 lines
418 B
Makefile
# New ports collection makefile for: gtk-gnutella
|
|
# Date created: 19 May, 2000
|
|
# Whom: rbt@zort.on.ca
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-gnutella
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \
|
|
ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/
|
|
|
|
MAINTAINER= rbt@zort.on.ca
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|