summaryrefslogtreecommitdiff
path: root/sysutils/gtop/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 14:19:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 14:19:19 +0000
commita162387e4137cdfcc982d244c58e880c84b44824 (patch)
tree29824f170f5ce29d34330f3e2306d2c0878ebb5b /sysutils/gtop/Makefile
parentPortlint, libtool. (diff)
Fix libtool for 4.0c.
PR: ports/9827 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=16496
Diffstat (limited to '')
-rw-r--r--sysutils/gtop/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile
index 97c126820ef7..1794d6caf874 100644
--- a/sysutils/gtop/Makefile
+++ b/sysutils/gtop/Makefile
@@ -1,13 +1,13 @@
-# New ports collection makefile for: gtop
-# Version required: 0.99.2
-# Date created: 28 September 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
+# New ports collection makefile for: gtop
+# Version required: 0.99.2
+# Date created: 28 September 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.5 1999/01/15 18:12:24 vanilla Exp $
+# $Id: Makefile,v 1.6 1999/01/27 08:31:52 fenner Exp $
#
DISTNAME= gtop-0.99.2
-CATEGORIES= sysutils
+CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.home-of-linux.org/pub/gtop/0.99.2/
MASTER_SITE_SUBDIR= gtop
@@ -15,18 +15,15 @@ MASTER_SITE_SUBDIR= gtop
MAINTAINER= nacai@iname.com
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
- gtop.1:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
- -I${X11BASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install: