freebsd-ports/graphics/backfract/Makefile
Patrick S. Gardella c406ff2fd8 Putting commit bit in storage. I don't have the time
to work on FreeBSD for now.  Should have done this a while back.
2004-06-02 22:17:13 +00:00

29 lines
634 B
Makefile

# 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.igoweb.org/~wms/comp/backfract/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fractal image animated wallpaper program
PLIST_FILES= bin/backfract
GNU_CONFIGURE= yes
USE_PERL5_BUILD=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>