diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:35:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:35:14 +0000 |
commit | 41b8a8042a03478d198371bae38c14e30226cb30 (patch) | |
tree | f9690f3564486b5c640299475b83201628ae7e84 /devel/ORBit/Makefile | |
parent | Correct a few problems when using Motif version 2.x with a minor tweak (diff) |
Set USE_LIBTOOL=yes and use new version of gtk.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19098
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 52fde42048f2..2f8aaa2f230a 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -3,7 +3,7 @@ # Date Created: 16 Aug 1998 # Whom: Chia-liang Kao <clkao@CirX.ORG> # -# $Id: Makefile,v 1.17 1999/04/16 05:48:40 taoka Exp $ +# $Id: Makefile,v 1.18 1999/05/06 07:17:31 asami Exp $ # DISTNAME= ORBit-0.4.3 @@ -13,20 +13,14 @@ MASTER_SITE_SUBDIR= sources/ORBit MAINTAINER= clkao@CirX.ORG -LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 +LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 -GNU_CONFIGURE= yes -USE_GMAKE= yes +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" +USE_GMAKE= yes +USE_LIBTOOL= yes +LIBTOOLFILES= configure libIDL/configure popt/configure +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CONFIGURE_ARGS= --disable-indent -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |