diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 21:36:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 21:36:26 +0000 |
commit | 0295e7669f980eadef9df555ec2789c033a5ad93 (patch) | |
tree | 625b8fcff69f5850a28a58f237cb5be0c4cc9899 /graphics | |
parent | 65ad55b3e3c48ebdaabac4e64928407fbd66145b (diff) | |
download | ports-0295e7669f980eadef9df555ec2789c033a5ad93.tar.gz ports-0295e7669f980eadef9df555ec2789c033a5ad93.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-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 |
6 files changed, 39 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c4eb5a44a55a..76d9ed137208 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -11,6 +11,7 @@ SUBDIR += aalib SUBDIR += aero SUBDIR += aview + SUBDIR += backfract SUBDIR += camediaplay SUBDIR += chbg SUBDIR += cqcam 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 |