freebsd-ports/devel/gnome-vfs1/Makefile

40 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnomevfs
# Date created: 28th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomevfs
2001-05-10 15:34:03 -04:00
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2001-05-10 15:34:03 -04:00
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
DISTNAME= gnome-vfs-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \
bz2.1:${PORTSDIR}/archivers/bzip2
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMELIBS= yes
USE_LIBTOOL= yes
INSTALL_SHLIBS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2000-07-05 18:01:40 -04:00
MAN5= gnome-vfs-mime.5
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'
2001-01-29 23:39:20 -05:00
@find ${WRKSRC} -name 'xml-i18n-*' | xargs ${PERL} -pi -e \
's|/usr/local/bin/perl|${PERL}|g'
.include <bsd.port.mk>