summaryrefslogtreecommitdiff
path: root/x11/gnomecore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r--x11/gnomecore/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index 8012cd447da5..074755689656 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: gnomecore
-# Version required: 0.99.8.1
+# Version required: 1.0.1
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.17 1999/02/02 08:30:21 vanilla Exp $
+# $Id: Makefile,v 1.18 1999/02/19 04:26:33 vanilla Exp $
#
-DISTNAME= gnome-core-0.99.8.1
-PKGNAME= gnomecore-0.99.8.1
+DISTNAME= gnome-core-1.0.1
+PKGNAME= gnomecore-1.0.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= gnome-core
+MASTER_SITE_SUBDIR= gnome-1.0/sources
MAINTAINER= nacai@iname.com
-RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/duck.wav:${PORTSDIR}/audio/gnomeaudio
+RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \
ghttp.0:${PORTSDIR}/www/libghttp
@@ -28,16 +28,10 @@ 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/gtk11d-config" \
+ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
- chown root.kmem ${PREFIX}/bin/cpumemusage_applet
- chown root.kmem ${PREFIX}/bin/diskusage_applet
- chown root.kmem ${PREFIX}/bin/multiload_applet
- chmod 2555 ${PREFIX}/bin/cpumemusage_applet
- chmod 2555 ${PREFIX}/bin/diskusage_applet
- chmod 2555 ${PREFIX}/bin/multiload_applet
.include <bsd.port.mk>