diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-16 02:12:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-16 02:12:25 +0800 |
commit | d1a69753dae7d8f969f22ffaf671cac4449419ad (patch) | |
tree | 3d2c83308ecee6fb4b244eb8a63a76b4737709af /sysutils/gtop/Makefile | |
parent | 292fff7dd9330f5f9e31ee752f02af85d710a846 (diff) | |
download | freebsd-ports-graphics-d1a69753dae7d8f969f22ffaf671cac4449419ad.tar.gz freebsd-ports-graphics-d1a69753dae7d8f969f22ffaf671cac4449419ad.tar.zst freebsd-ports-graphics-d1a69753dae7d8f969f22ffaf671cac4449419ad.zip |
Upgrade to 0.99.2.
Diffstat (limited to 'sysutils/gtop/Makefile')
-rw-r--r-- | sysutils/gtop/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 6cb17c28fe4..0d3cfae8edb 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,21 +1,24 @@ # New ports collection makefile for: gtop -# Version required: 0.99.0 +# Version required: 0.99.2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.3 1999/01/01 06:44:35 vanilla Exp $ +# $Id: Makefile,v 1.4 1999/01/12 16:50:46 vanilla Exp $ # -DISTNAME= gtop-0.99.0 +DISTNAME= gtop-0.99.2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ -# ftp://ftp.home-of-linux.org/pub/gtop/0.28.1/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ \ + ftp://ftp.home-of-linux.org/pub/gtop/0.99.2/ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - gtop.0:${PORTSDIR}/devel/libgtop + gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes GNU_CONFIGURE= yes |