aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/Makefile
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-05-10 11:52:49 +0800
committerjylefort <jylefort@FreeBSD.org>2006-05-10 11:52:49 +0800
commit4b747b9c5f2cb13f59b88dd0e59fe2acbaef3622 (patch)
tree3da8361039afab0c027e7eb73b19ecdf873ee1f9 /devel/gnome-vfs/Makefile
parent484a8767c23b9221b18b3c52999065811c69e3ac (diff)
downloadfreebsd-ports-gnome-4b747b9c5f2cb13f59b88dd0e59fe2acbaef3622.tar.gz
freebsd-ports-gnome-4b747b9c5f2cb13f59b88dd0e59fe2acbaef3622.tar.zst
freebsd-ports-gnome-4b747b9c5f2cb13f59b88dd0e59fe2acbaef3622.zip
Move the gnomevfs2 programming reference to the gnomevfs2-reference port.
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r--devel/gnome-vfs/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index db99d72416d5..fc557c94c840 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -17,14 +17,20 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Virtual File System
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+
+.if !defined(REFERENCE_PORT)
+
+PORTREVISION= 1
+
RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
-USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \
- libbonobo ltverhack
+ libbonobo ltverhack referencehack
USE_AUTOTOOLS= libtool:15
USE_OPENSSL= yes
INSTALLS_SHLIB= yes
@@ -90,3 +96,5 @@ post-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>
+
+.endif