diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 06:22:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 06:22:45 +0000 |
commit | 164fc54f82ad1cca835f5e52c99fbcd4337ee388 (patch) | |
tree | 6ff360e9a9330d24241d18e78732b248ab626d8a /graphics | |
parent | fed54466098efe8704e3b6a540928fb509f89cb8 (diff) | |
download | ports-164fc54f82ad1cca835f5e52c99fbcd4337ee388.tar.gz ports-164fc54f82ad1cca835f5e52c99fbcd4337ee388.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xglurbules/Makefile | 19 | ||||
-rw-r--r-- | graphics/xglurbules/distinfo | 6 | ||||
-rw-r--r-- | graphics/xglurbules/pkg-descr | 9 |
3 files changed, 12 insertions, 22 deletions
diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index b42bb650ad0b..12e23905d62b 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xglurbules -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.pepcross.com/glurbules/ +MASTER_SITES= http://stephenroome.com/xglurbules/ MAINTAINER= steve@pepcross.com COMMENT= Burning particle system eye candy program thingy for X11 @@ -22,16 +21,6 @@ USE_X_PREFIX= yes MANCOMPRESSED= yes PLIST_FILES= bin/xglurbules \ - bin/xglurbules-noshm \ - bin/xglurbules-test + bin/xglurbules-noshm -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= does not compile on !i386 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' ${WRKSRC}/Makefile - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/xglurbules/distinfo b/graphics/xglurbules/distinfo index 427268efb07d..e756a6e4d1b9 100644 --- a/graphics/xglurbules/distinfo +++ b/graphics/xglurbules/distinfo @@ -1,3 +1,3 @@ -MD5 (xglurbules-1.2.tar.gz) = 6571d83be4881842762d6bf7eec3dc90 -SHA256 (xglurbules-1.2.tar.gz) = 3071a1c2f7125aa8235d3d04873f852a2735e47d0d4645f52cf74e335f07fbf4 -SIZE (xglurbules-1.2.tar.gz) = 19856 +MD5 (xglurbules-3.tar.gz) = 0a920f9ac4b20d77b73758a2ff56ad57 +SHA256 (xglurbules-3.tar.gz) = 5346804aae8e81566f8833a01a6597be448523d033bd89274a4a62fca0a5de86 +SIZE (xglurbules-3.tar.gz) = 25094 diff --git a/graphics/xglurbules/pkg-descr b/graphics/xglurbules/pkg-descr index e2493f4cbb34..e3060de92ac6 100644 --- a/graphics/xglurbules/pkg-descr +++ b/graphics/xglurbules/pkg-descr @@ -1,6 +1,7 @@ -Gooey looking highly graphical particle system eyecandy program for -X11. There's a screenshot or four at : +An eyecandy particle system for X that can make a nice desktop background - WWW: http://www.pepcross.com/capture.html +Requires X11 and shared memory helps. -(Ignore the version numbers, they're wrong!) +There's a screenshot or four at : + + WWW: http://stephenroome.com/xglurbules/ |