diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 04:02:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 04:02:08 +0000 |
commit | 257a9288996b65ed8b8459f085731c95b3a7b935 (patch) | |
tree | 47661025fb6cea34d1ef929c498520973a2ce081 /x11/gnomelibs/Makefile | |
parent | c66dec465e11ca22f53cbb797dcd27c40d34b817 (diff) | |
download | ports-257a9288996b65ed8b8459f085731c95b3a7b935.tar.gz ports-257a9288996b65ed8b8459f085731c95b3a7b935.zip |
Notes
Diffstat (limited to 'x11/gnomelibs/Makefile')
-rw-r--r-- | x11/gnomelibs/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 81a67512674b..118947deb5a6 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/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> |