2000-07-25 10:40:59 +02:00
|
|
|
# Ports collection Makefile for: gtm
|
|
|
|
# Date created: 05/28/1999
|
|
|
|
# Whom: nectar@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtm
|
2002-02-12 23:16:30 +01:00
|
|
|
PORTVERSION= 0.4.11
|
2000-07-25 10:40:59 +02:00
|
|
|
CATEGORIES= ftp gnome
|
2002-02-12 23:16:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gtm
|
|
|
|
DIST_SUBDIR= gnome
|
2000-07-25 10:40:59 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-07-25 10:40:59 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
2000-10-05 09:10:50 +02:00
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
2000-07-25 10:40:59 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 09:10:50 +02:00
|
|
|
USE_GNOME= yes
|
2000-07-25 10:40:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:10:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-07-25 10:40:59 +02:00
|
|
|
|
2001-04-17 18:30:01 +02:00
|
|
|
MAN1= gtm.1 gtm_applet.1
|
|
|
|
|
2000-08-04 18:11:37 +02:00
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-07-25 10:40:59 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2002-02-12 23:16:30 +01:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-07-25 10:40:59 +02:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|