mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b9d28dac8b
PR: 42345 Submitted by: Edwin Groothuis <edwin@mavetju.org>
31 lines
621 B
Makefile
31 lines
621 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.90
|
|
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
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-no-rfc1918
|
|
|
|
.include <bsd.port.mk>
|