freebsd-ports/graphics/backfract/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
650 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
PORTREVISION= 1
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>