diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:30:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:30:46 +0000 |
commit | 25ba3e5428c01637e756441e8228254dd6dd0d28 (patch) | |
tree | a388aa078c70fef28f0f9ca946eb3e68e1c657a7 /devel/ORBit/Makefile | |
parent | Update version number of gtkhtml shared library. (diff) |
Update to 0.5.10.
Notes
Notes:
svn path=/head/; revision=48585
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 00d1df496fcf..efa6740fa614 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ORBit -PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTVERSION= 0.5.10 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit @@ -20,9 +19,8 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes USE_GLIB= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libIDL/configure popt/configure +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -33,5 +31,15 @@ post-install: @if [ ! -f ${PREFIX}/etc/orbitrc ]; then \ ${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \ fi +.for dir in IIOP ORBitservices ORBitutil orb orbit-idl2.h + @if [ -L ${PREFIX}/include/${dir} ]; then \ + ${RM} -f ${PREFIX}/include/${dir}; \ + fi + @${LN} -sf ${PREFIX}/include/orbit-1.0/${dir} ${PREFIX}/include/${dir} +.endfor + @if [ -L ${PREFIX}/include/libIDL ]; then \ + ${RM} -f ${PREFIX}/include/libIDL; \ + fi + @${LN} -sf ${PREFIX}/include/libIDL-1.0/libIDL ${PREFIX}/include/libIDL .include <bsd.port.mk> |