mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6d3ee5ac44
transferring files / chatting, etc. PR: 18657 Submitted by: Rod Taylor <rbt@zort.on.ca>
25 lines
542 B
Makefile
25 lines
542 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
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|