summaryrefslogtreecommitdiff
path: root/x11/gnomecore/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-30 04:00:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-30 04:00:47 +0000
commitc66dec465e11ca22f53cbb797dcd27c40d34b817 (patch)
tree3b3be50de808e3249b90110d8bedfced78b6405d /x11/gnomecore/Makefile
parentUpdate to version 4.5.31. (diff)
Use new gtk port and set USE_LIBTOOL=yes.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19119
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r--x11/gnomecore/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index 467ee5198b6e..f75c53c3b1a8 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.22 1999/04/02 03:25:23 steve Exp $
+# $Id: Makefile,v 1.23 1999/05/09 17:04:51 steve Exp $
#
DISTNAME= gnome-core-1.0.5
@@ -16,22 +16,19 @@ MAINTAINER= nacai@iname.com
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \
+ gnomeprint.0:${PORTSDIR}/print/gnomeprint \
ghttp.1:${PORTSDIR}/www/libghttp
-# implicit dependencies
-# gettext, esound, gnomelibs
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${X11BASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
-
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ --with-gnome=${PREFIX}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>