aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gtm/Makefile
blob: 22a3e99e10d7f5eb167dc627f4af2afd17edb91b (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
26
27
28
29
# Ports collection Makefile for:    gtm
# Version required:         0.3.1
# Date created:             05/28/1999
# Whom:                 nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.4 1999/08/02 10:43:45 asami Exp $
#

DISTNAME=       gtm-0.3.1
CATEGORIES=     ftp gnome
MASTER_SITES=       http://www.rnl.ist.utl.pt/~bapm/gtm/files/     \
            http://www.nectar.cc/distfiles/

MAINTAINER=     nectar@FreeBSD.ORG

# wget is in BUILD_DEPENDS because the configure script checks for it
LIB_DEPENDS=        gnome.2:${PORTSDIR}/x11/gnomelibs
BUILD_DEPENDS=      wget:${PORTSDIR}/ftp/wget
RUN_DEPENDS=        wget:${PORTSDIR}/ftp/wget

GTK_CONFIG?=        ${X11BASE}/bin/gtk12-config

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

.include <bsd.port.mk>