diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 12:02:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 12:02:08 +0800 |
commit | 30258963d7a5fa0cc68822a3e6754dcb2ed9c1dc (patch) | |
tree | 728532fef2f7db62aba2d92edc77dbccafd510ab /x11/libgnome/Makefile | |
parent | aafb9e645384cfe8ffd4e08ce7860a9f2e1a523d (diff) | |
download | freebsd-ports-gnome-30258963d7a5fa0cc68822a3e6754dcb2ed9c1dc.tar.gz freebsd-ports-gnome-30258963d7a5fa0cc68822a3e6754dcb2ed9c1dc.tar.zst freebsd-ports-gnome-30258963d7a5fa0cc68822a3e6754dcb2ed9c1dc.zip |
Use new gnome libs and set USE_LIBTOOL=yes.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 81a67512674b..118947deb5a6 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.39 1999/05/01 03:20:33 steve Exp $ +# $Id: Makefile,v 1.40 1999/05/09 17:13:15 steve Exp $ # DISTNAME= gnome-libs-1.0.9 @@ -14,28 +14,27 @@ MASTER_SITE_SUBDIR= sources/gnome-libs MAINTAINER= nacai@iname.com -LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib \ +LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ - ORBit.1:${PORTSDIR}/devel/ORBit \ + ORBit.2:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound -# implicit dependencies: -# gettext, gtk12, tiff34, jpeg, giflib, png +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-gnome-hello \ --disable-test-gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/giflib" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +MAN1= gnome.1 .include <bsd.port.mk> |