summaryrefslogtreecommitdiff
path: root/ftp/gtm/Makefile
blob: 9169dbd9a538788edba3fa7f2bbed0defd2b1c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection Makefile for:	gwget
# Version required:			0.2.0
# Date created:				03/17/1999
# Whom:					nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.4 1998/11/14 09:43:26 asami Exp $
#

DISTNAME=		gwget-0.2.0
CATEGORIES=		net
MASTER_SITES=		http://camoes.rnl.ist.utl.pt/~bapm/gwget/      \
			http://www.nectar.com/distfiles/

MAINTAINER=		nectar@FreeBSD.ORG

LIB_DEPENDS=		gnome.1:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS=		wget:${PORTSDIR}/net/wget

USE_X_PREFIX=		YES
USE_GMAKE=		YES
GNU_CONFIGURE=		YES
CONFIGURE_ENV=		GTK_CONFIG="${X11BASE}/bin/gtk12-config"
CONFIGURE_ARGS=		--datadir=${PREFIX}/share/gnome

.include <bsd.port.mk>