summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 03:52:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 03:52:22 +0800
commit10019fce0fc21ae9d2c985158c40f8653d7bfc10 (patch)
tree714543773bcdb77cf70c9ac69a671115e4f2ed9a /devel/gnomevfs2/Makefile
parent2badde75305ff58e193f7ee1a5672d07e0a95b4c (diff)
downloadmarcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.tar
marcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.tar.gz
marcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.tar.bz2
marcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.tar.lz
marcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.tar.xz
marcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.tar.zst
marcuscom-ports-10019fce0fc21ae9d2c985158c40f8653d7bfc10.zip
Add gnomevfs2-2.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@713 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/Makefile')
-rw-r--r--devel/gnomevfs2/Makefile57
1 files changed, 57 insertions, 0 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
new file mode 100644
index 000000000..59e3d7642
--- /dev/null
+++ b/devel/gnomevfs2/Makefile
@@ -0,0 +1,57 @@
+# New ports collection makefile for: gnomevfs2
+# Date created: 28th June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/gnomevfs2/Makefile,v 1.64 2003/04/22 04:21:46 marcus Exp $
+#
+
+PORTNAME= gnomevfs2
+PORTVERSION= 2.3.1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-vfs/2.3
+DISTNAME= gnome-vfs-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME Virtual File System
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomemimedata gconf2 libbonobo
+USE_REINPLACE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+ BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
+
+.include <bsd.port.pre.mk>
+
+.if exists(${LOCALBASE}/lib/libcdda_paranoia.a)
+WITH_CDPARANOIA= yes
+.endif
+.if exists(${LOCALBASE}/lib/libfam.a)
+WITH_FAM= yes
+.endif
+
+.if defined(WITH_CDPARANOIA)
+LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
+PLIST_SUB+= CDPARANOIA=""
+.else
+PLIST_SUB+= CDPARANOIA="@comment "
+.endif
+.if defined(WITH_FAM)
+LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \
+ 's|\@datadir\@/gnome|\@datadir\@|g'
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/libgnomevfs/Makefile.in
+
+.include <bsd.port.post.mk>