diff options
author | agc <agc@pkgsrc.org> | 2003-11-10 17:18:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-11-10 17:18:28 +0000 |
commit | be9900ca4c6c21058f686e42f37bdbdcf8c55b60 (patch) | |
tree | 7ed682bf47d15e9738304c60d4f91e1bcf0bc07a /sysutils/xosview/Makefile | |
parent | c686248c8f9b2665293310f100558f62427e1784 (diff) | |
download | pkgsrc-be9900ca4c6c21058f686e42f37bdbdcf8c55b60.tar.gz |
Update xosview to version 1.8.1alpha, from a nudge by Brian Grayson.
Fixes build on NetBSD-1.6.2 and NetBSD-1.6ZE. Existing patches have
either been incorporated or are unnecessary.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 0af313931fa..2f2984a26e3 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,16 +1,13 @@ -# $NetBSD: Makefile,v 1.44 2003/10/04 01:42:36 bgrayson Exp $ +# $NetBSD: Makefile,v 1.45 2003/11/10 17:18:28 agc Exp $ -DISTNAME= xosview-1.7.0.b -PKGNAME= xosview-1.7.0b +DISTNAME= xosview-1.8.1alpha CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xosview/} +MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ MAINTAINER= bgrayson@NetBSD.org HOMEPAGE= http://xosview.sourceforge.net/ COMMENT= X11 graphical display of OS statistics -NOT_FOR_PLATFORM= NetBSD-1.[7-9]*-* NetBSD-[2-9]*-* - USE_BUILDLINK2= YES USE_X11BASE= YES |