aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-10 02:58:32 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-05-10 02:58:32 +0000
commitc7ee8973c973539b5d6ca4572b71994dbbd88bae (patch)
treea527e1e901b3309dd37407e6f79e6a621864402a /devel/ORBit2/Makefile
parent796d76b41821fe94eb7afd30b6ad74fbe77d6ca3 (diff)
downloadports-c7ee8973c973539b5d6ca4572b71994dbbd88bae.tar.gz
ports-c7ee8973c973539b5d6ca4572b71994dbbd88bae.zip
Notes
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r--devel/ORBit2/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index fa9264c1ccc0..b0a0d871e0f5 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -16,13 +16,18 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= High-performance CORBA ORB with support for the C language
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+PORTREVISION= 1
+
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack libidl ltverhack
+USE_GNOME= gnomehack libidl ltverhack referencehack
CONFIGURE_ARGS= --disable-indent \
--with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
@@ -44,3 +49,5 @@ post-install:
@${MKDIR} ${PREFIX}/lib/orbit-2.0/idl-backends
.include <bsd.port.mk>
+
+.endif