svn commit: r307268 - head/graphics/backfract
Pawel Pekala
pawel at FreeBSD.org
Sat Nov 10 11:12:15 UTC 2012
Author: pawel
Date: Sat Nov 10 11:12:15 2012
New Revision: 307268
URL: http://svnweb.freebsd.org/changeset/ports/307268
Log:
- Add LICENSE
- Remove USE_PERL5_BUILD
- Update WWW: line
PR: ports/172014
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Feature safe: yes
Modified:
head/graphics/backfract/Makefile
head/graphics/backfract/pkg-descr
Modified: head/graphics/backfract/Makefile
==============================================================================
--- head/graphics/backfract/Makefile Sat Nov 10 10:01:20 2012 (r307267)
+++ head/graphics/backfract/Makefile Sat Nov 10 11:12:15 2012 (r307268)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: backfract
-# Date created: 8 August 2000
-# Whom: Patrick Gardella <patrick at freebsd.org>
-#
+# Created by: Patrick Gardella <patrick at freebsd.org>
# $FreeBSD$
-#
PORTNAME= backfract
PORTVERSION= 1.1.2
@@ -14,16 +10,20 @@ MASTER_SITES= http://www.igoweb.org/~wms
MAINTAINER= ports at 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 at -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
Modified: head/graphics/backfract/pkg-descr
==============================================================================
--- head/graphics/backfract/pkg-descr Sat Nov 10 10:01:20 2012 (r307267)
+++ head/graphics/backfract/pkg-descr Sat Nov 10 11:12:15 2012 (r307268)
@@ -4,4 +4,4 @@ It fills your background window with a f
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/
More information about the svn-ports-head
mailing list