diff options
author | will <will@FreeBSD.org> | 2000-08-12 05:36:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-12 05:36:26 +0800 |
commit | a7be3f47848c34c5d6756bd3c4ae50c6e0c12391 (patch) | |
tree | b3a907dd561f22d1b8f09a3bc356fd83d8f8f810 /graphics/backfract | |
parent | 94dff84b7c8059c180ff2fd33a2a25e0ed919f57 (diff) | |
download | freebsd-ports-gnome-a7be3f47848c34c5d6756bd3c4ae50c6e0c12391.tar.gz freebsd-ports-gnome-a7be3f47848c34c5d6756bd3c4ae50c6e0c12391.tar.zst freebsd-ports-gnome-a7be3f47848c34c5d6756bd3c4ae50c6e0c12391.zip |
Move backfract to graphics category from x11.
Backfract is a fractal image "animated" wallpaper program.
PR: 20493
Submitted by: patrick
Requested by: asami
Diffstat (limited to 'graphics/backfract')
-rw-r--r-- | graphics/backfract/Makefile | 26 | ||||
-rw-r--r-- | graphics/backfract/distinfo | 1 | ||||
-rw-r--r-- | graphics/backfract/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/backfract/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/backfract/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/graphics/backfract/Makefile b/graphics/backfract/Makefile new file mode 100644 index 000000000000..e8a6fe0ab07d --- /dev/null +++ b/graphics/backfract/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: backfract +# Date created: 8 August 2000 +# Whom: Patrick Gardella <patrick@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= backfract +PORTVERSION= 1.1.2 +CATEGORIES= graphics +MASTER_SITES= http://www.inetarena.com/~wms/comp/backfract/ + +MAINTAINER= patrick@FreeBSD.org + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +NO_INSTALL_MANPAGE= yes +ALL_TARGET= # none + +pre-configure: + ${PERL} -pi -e "s@-O3@${CFLAGS}@g" ${WRKSRC}/configure + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/backfract/distinfo b/graphics/backfract/distinfo new file mode 100644 index 000000000000..31e02c515d32 --- /dev/null +++ b/graphics/backfract/distinfo @@ -0,0 +1 @@ +MD5 (backfract-1.1.2.tar.gz) = 74cf03d612c1afc3840d9735a35027e8 diff --git a/graphics/backfract/pkg-comment b/graphics/backfract/pkg-comment new file mode 100644 index 000000000000..e55d16ff8424 --- /dev/null +++ b/graphics/backfract/pkg-comment @@ -0,0 +1 @@ +Fractal image animated wallpaper program diff --git a/graphics/backfract/pkg-descr b/graphics/backfract/pkg-descr new file mode 100644 index 000000000000..6685112460bd --- /dev/null +++ b/graphics/backfract/pkg-descr @@ -0,0 +1,9 @@ +Backfract is an animated wallpaper program for Unix with X windows. +It fills your background window with a fractal image, then every +15 minutes it will update the image by zooming in or out. As it +zooms in or it it uses a simple heuristic to try to stay with +"interesting" scenes. + +WWW: http://www.inetarena.com/~wms/comp/backfract/ + +Patrick Gardella<patrick@freebsd.org> diff --git a/graphics/backfract/pkg-plist b/graphics/backfract/pkg-plist new file mode 100644 index 000000000000..9e1b2e51b8be --- /dev/null +++ b/graphics/backfract/pkg-plist @@ -0,0 +1 @@ +bin/backfract |