diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-09-30 21:51:46 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-09-30 21:51:46 +0800 |
commit | 72c3d88fe24d7ffa11dfb2e0765ae9431097b4d4 (patch) | |
tree | 7b29346a9819a93142ef269987869b4b53047cc1 /x11/gnome-libs/Makefile | |
parent | 73aff6b7edf0cb4efd4d07b31ad97ff8fee3348d (diff) | |
download | freebsd-ports-gnome-72c3d88fe24d7ffa11dfb2e0765ae9431097b4d4.tar.gz freebsd-ports-gnome-72c3d88fe24d7ffa11dfb2e0765ae9431097b4d4.tar.zst freebsd-ports-gnome-72c3d88fe24d7ffa11dfb2e0765ae9431097b4d4.zip |
Upgrade to 0.30.
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index e77ba6edf8c0..9f11a1a13c96 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomelibs -# Version required: 0.27 +# Version required: 0.30 # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.10 1998/09/25 09:52:45 asami Exp $ +# $Id: Makefile,v 1.11 1998/09/26 00:02:36 asami Exp $ # -DISTNAME= gnome-libs-0.27 -PKGNAME= gnomelibs-0.27 +DISTNAME= gnome-libs-0.30 +PKGNAME= gnomelibs-0.30 CATEGORIES= x11 MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ @@ -22,18 +22,21 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gif.3:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS+= ORBit.0:${PORTSDIR}/devel/ORBit USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lxpg4" +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" pre-build: ( cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h ) post-install: - ${LDCONFIG} -m ${PREFIX}/lib + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |