diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:46:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:46:25 +0000 |
commit | 7e89bdf13c4a19e9c7980df1f1bf539b76fc7701 (patch) | |
tree | 4e5f56468f97aff1baf19298ee4a43da0bacc6d9 /sysutils | |
parent | Use new gnome ports and set USE_LIBTOOL=yes. (diff) |
Update to version 1.0.2 and use new gnome ports.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19108
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 18 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gnomesystemmonitor/Makefile | 18 | ||||
-rw-r--r-- | sysutils/gnomesystemmonitor/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gtop/Makefile | 18 | ||||
-rw-r--r-- | sysutils/gtop/distinfo | 2 |
6 files changed, 33 insertions, 27 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 99065bc786d8..92083a85ed93 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtop -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/03/09 01:09:02 nectar Exp $ +# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $ # -DISTNAME= gtop-1.0.1 +DISTNAME= gtop-1.0.2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtop @@ -16,13 +16,15 @@ MAINTAINER= nacai@iname.com RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= 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" + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index c3a5606cd3e6..1c6f9776ec96 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.1.tar.gz) = 20677ff8e3bb3f658ab0860969140cc2 +MD5 (gtop-1.0.2.tar.gz) = c7b77862a3f7b64c85c0831a2b019bf6 diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index 99065bc786d8..92083a85ed93 100644 --- a/sysutils/gnomesystemmonitor/Makefile +++ b/sysutils/gnomesystemmonitor/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtop -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/03/09 01:09:02 nectar Exp $ +# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $ # -DISTNAME= gtop-1.0.1 +DISTNAME= gtop-1.0.2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtop @@ -16,13 +16,15 @@ MAINTAINER= nacai@iname.com RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= 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" + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/sysutils/gnomesystemmonitor/distinfo b/sysutils/gnomesystemmonitor/distinfo index c3a5606cd3e6..1c6f9776ec96 100644 --- a/sysutils/gnomesystemmonitor/distinfo +++ b/sysutils/gnomesystemmonitor/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.1.tar.gz) = 20677ff8e3bb3f658ab0860969140cc2 +MD5 (gtop-1.0.2.tar.gz) = c7b77862a3f7b64c85c0831a2b019bf6 diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 99065bc786d8..92083a85ed93 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtop -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/03/09 01:09:02 nectar Exp $ +# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $ # -DISTNAME= gtop-1.0.1 +DISTNAME= gtop-1.0.2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtop @@ -16,13 +16,15 @@ MAINTAINER= nacai@iname.com RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= 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" + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/sysutils/gtop/distinfo b/sysutils/gtop/distinfo index c3a5606cd3e6..1c6f9776ec96 100644 --- a/sysutils/gtop/distinfo +++ b/sysutils/gtop/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.1.tar.gz) = 20677ff8e3bb3f658ab0860969140cc2 +MD5 (gtop-1.0.2.tar.gz) = c7b77862a3f7b64c85c0831a2b019bf6 |