1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/ftp/gtm/Makefile

39 lines
883 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= ftp gnome
2002-08-13 18:51:08 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gtm \
sources/gtm/0.4
2002-02-12 22:16:30 +00:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= The GNOME Transfer Manager, a front-end to wget
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
2000-10-05 07:10:50 +00:00
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs oaf gnomevfs libpanel
2002-07-11 15:31:46 +00:00
USE_REINPLACE= yes
GNU_CONFIGURE= yes
2000-10-05 07:10:50 +00:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
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 ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>