freebsd-ports/graphics/backfract/Makefile
Pawel Pekala 4ea379a209 - Add LICENSE
- Remove USE_PERL5_BUILD
- Update WWW: line

PR:		ports/172014
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-10 11:12:15 +00:00

31 lines
642 B
Makefile

# Created by: Patrick Gardella <patrick@freebsd.org>
# $FreeBSD$
PORTNAME= backfract
PORTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= graphics
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
GNU_CONFIGURE= yes
ALL_TARGET= # none
MAKE_JOBS_UNSAFE= yes
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
.include <bsd.port.mk>