2000-07-25 08:40:59 +00:00
|
|
|
# Ports collection Makefile for: gtm
|
|
|
|
# Date created: 05/28/1999
|
|
|
|
# Whom: nectar@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtm
|
2002-08-13 18:51:08 +00:00
|
|
|
PORTVERSION= 0.4.12
|
2002-08-18 16:23:27 +00:00
|
|
|
PORTREVISION= 1
|
2000-07-25 08:40:59 +00:00
|
|
|
CATEGORIES= ftp gnome
|
2002-08-13 18:51:08 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= gtm \
|
2002-09-20 17:07:51 +00:00
|
|
|
sources/gtm/0.4
|
2002-02-12 22:16:30 +00:00
|
|
|
DIST_SUBDIR= gnome
|
2000-07-25 08:40:59 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= The GNOME Transfer Manager, a front-end to wget
|
2000-07-25 08:40:59 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
2000-10-05 07:10:50 +00:00
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
2000-07-25 08:40:59 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-08-18 16:23:27 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs oaf gnomevfs libpanel
|
2002-07-11 15:31:46 +00:00
|
|
|
USE_REINPLACE= yes
|
2000-07-25 08:40:59 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-07-25 08:40:59 +00:00
|
|
|
|
2001-04-17 16:30:01 +00:00
|
|
|
MAN1= gtm.1 gtm_applet.1
|
|
|
|
|
2002-07-20 17:14:59 +00:00
|
|
|
post-patch:
|
2002-07-11 15:31:46 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-07-25 08:40:59 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|