diff options
author | pawel <pawel@FreeBSD.org> | 2012-11-10 19:12:15 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-11-10 19:12:15 +0800 |
commit | ffcaad0c8f620fd5e169f2bb72994754d1acb503 (patch) | |
tree | 7c94caeb9c311d7c3648e3876446d886fdfa8c1c /graphics | |
parent | 0ea241bd439478217cafbe35ccfbe5cca835a493 (diff) | |
download | freebsd-ports-gnome-ffcaad0c8f620fd5e169f2bb72994754d1acb503.tar.gz freebsd-ports-gnome-ffcaad0c8f620fd5e169f2bb72994754d1acb503.tar.zst freebsd-ports-gnome-ffcaad0c8f620fd5e169f2bb72994754d1acb503.zip |
- Add LICENSE
- Remove USE_PERL5_BUILD
- Update WWW: line
PR: ports/172014
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/backfract/Makefile | 22 | ||||
-rw-r--r-- | graphics/backfract/pkg-descr | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/graphics/backfract/Makefile b/graphics/backfract/Makefile index 5b48f95bfc8e..6b9b89341855 100644 --- a/graphics/backfract/Makefile +++ b/graphics/backfract/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: backfract -# Date created: 8 August 2000 -# Whom: Patrick Gardella <patrick@freebsd.org> -# +# Created by: Patrick Gardella <patrick@freebsd.org> # $FreeBSD$ -# PORTNAME= backfract PORTVERSION= 1.1.2 @@ -14,16 +10,20 @@ MASTER_SITES= http://www.igoweb.org/~wms/comp/backfract/ MAINTAINER= ports@FreeBSD.org COMMENT= Fractal image animated wallpaper program +LICENSE= GPLv2 # (or later) + USE_XORG= x11 -PLIST_FILES= bin/backfract GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes -NO_INSTALL_MANPAGE= yes -ALL_TARGET= # none +ALL_TARGET= # none MAKE_JOBS_UNSAFE= yes -pre-configure: - ${PERL} -pi -e "s@-O3@${CFLAGS}@g" ${WRKSRC}/configure +PLIST_FILES= bin/backfract + +post-patch: + @${REINPLACE_CMD} -e \ + "/'-O3'/s|^|#| ; \ + /'-O'/s|^|#| ; \ + s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin diff --git a/graphics/backfract/pkg-descr b/graphics/backfract/pkg-descr index 26fb80c58418..0651a9714fe3 100644 --- a/graphics/backfract/pkg-descr +++ b/graphics/backfract/pkg-descr @@ -4,4 +4,4 @@ It fills your background window with a fractal image, then every zooms in, it uses a simple heuristic to try to stay with "interesting" scenes. -WWW: http://www.inetarena.com/~wms/comp/backfract/ +WWW: http://www.igoweb.org/~wms/comp/backfract/ |