diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-25 12:08:50 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-25 12:08:50 +0800 |
commit | ba3015df3c31fc50210fe555f712d65bc3776bd8 (patch) | |
tree | 571b57a7f7d4608cfc3041d061a633ae27229dfb /graphics/reallyslick | |
parent | 26cd2140088b618c679adc5365f2255b39d8197e (diff) | |
download | freebsd-ports-gnome-ba3015df3c31fc50210fe555f712d65bc3776bd8.tar.gz freebsd-ports-gnome-ba3015df3c31fc50210fe555f712d65bc3776bd8.tar.zst freebsd-ports-gnome-ba3015df3c31fc50210fe555f712d65bc3776bd8.zip |
New port reallystick version 0.6.6: OpenGL screensaver collection
Submitted by: David Yeske <dyeske@yahoo.com
Diffstat (limited to 'graphics/reallyslick')
-rw-r--r-- | graphics/reallyslick/Makefile | 37 | ||||
-rw-r--r-- | graphics/reallyslick/distinfo | 1 | ||||
-rw-r--r-- | graphics/reallyslick/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/reallyslick/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/reallyslick/pkg-plist | 14 |
5 files changed, 60 insertions, 0 deletions
diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile new file mode 100644 index 000000000000..8aeaa3f55629 --- /dev/null +++ b/graphics/reallyslick/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: reallyslick +# Date created: 24 Nov 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= reallyslick +PORTVERSION= 0.6.6 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rss-glx +DISTNAME= rss_glx-${PORTVERSION} + +MAINTAINER= dyeske@yahoo.com + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_MESA= yes +USE_GMAKE= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +MAN1= colorfire.1 cyclone.1 euphoria.1 fieldlines.1 flocks.1 \ + flux.1 helios.1 hufo_smoke.1 hufo_tunnel.1 lattice.1 \ + plasma.1 skyrocket.1 solarwinds.1 sundancer2.1 + +post-patch: +.for file in oglc_src/Makefile.in other_src/Makefile.in \ + reallyslick/c_src/Makefile.in reallyslick/cpp_src/Makefile.in + @${REINPLACE_CMD} -E -e 's|(@LIBS@)|\1 -lXext|' ${WRKSRC}/${file} +.endfor +# fix lib detection + @${REINPLACE_CMD} -E -e 's@^(LIBS.*-l(GL|MesaGL|GLU))@\1 -lXext@' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.mk> diff --git a/graphics/reallyslick/distinfo b/graphics/reallyslick/distinfo new file mode 100644 index 000000000000..ee26abab4df9 --- /dev/null +++ b/graphics/reallyslick/distinfo @@ -0,0 +1 @@ +MD5 (rss_glx-0.6.6.tar.bz2) = 39c6bd1317aaa9c818bda824ae4a4673 diff --git a/graphics/reallyslick/pkg-comment b/graphics/reallyslick/pkg-comment new file mode 100644 index 000000000000..0d86fda0ddb6 --- /dev/null +++ b/graphics/reallyslick/pkg-comment @@ -0,0 +1 @@ +OpenGL screensaver collection diff --git a/graphics/reallyslick/pkg-descr b/graphics/reallyslick/pkg-descr new file mode 100644 index 000000000000..f879486a659a --- /dev/null +++ b/graphics/reallyslick/pkg-descr @@ -0,0 +1,7 @@ +This is a port of the Really Slick Screensavers collection + +http://rss-glx.sourceforge.net/ +WWW: http://www.reallyslick.com/ + +- David +dyeske@yahoo.com diff --git a/graphics/reallyslick/pkg-plist b/graphics/reallyslick/pkg-plist new file mode 100644 index 000000000000..85556d3a5d13 --- /dev/null +++ b/graphics/reallyslick/pkg-plist @@ -0,0 +1,14 @@ +bin/colorfire +bin/cyclone +bin/euphoria +bin/fieldlines +bin/flocks +bin/flux +bin/helios +bin/hufo_tunnel +bin/hufo_smoke +bin/lattice +bin/plasma +bin/skyrocket +bin/solarwinds +bin/sundancer2 |