freebsd-ports/ftp/gtm/Makefile

36 lines
842 B
Makefile
Raw Normal View History

# Ports collection Makefile for: gtm
# Date created: 05/28/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gtm
PORTVERSION= 0.4.9
CATEGORIES= ftp gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
2000-10-05 03:10:50 -04:00
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 03:10:50 -04:00
USE_GNOME= yes
GNU_CONFIGURE= yes
2000-10-05 03:10:50 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gtm.1 gtm_applet.1
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>