aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gtm/Makefile
blob: 975b6e9531302a8cfae2bbc3ab3623636b4eaf65 (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
30
31
32
33
34
# Ports collection Makefile for:    gtm
# Date created:             05/28/1999
# Whom:                 nectar@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   gtm
PORTVERSION=    0.4.12
PORTREVISION=   1
CATEGORIES= ftp gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gtm \
        sources/gtm/0.4
DIST_SUBDIR=    gnome

MAINTAINER= gnome@FreeBSD.org
COMMENT=    The GNOME Transfer Manager, a front-end to wget

BUILD_DEPENDS=  wget:${PORTSDIR}/ftp/wget
RUN_DEPENDS=    wget:${PORTSDIR}/ftp/wget

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack gnomelibs oaf gnomevfs libpanel
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=       gtm.1 gtm_applet.1

.include <bsd.port.mk>