3f3db84aac
PR: 32695 Submitted by: maintainer
25 lines
498 B
Makefile
25 lines
498 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.18
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://gtk-gnutella.sourceforge.net/download/ \
|
|
ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|