freebsd-ports/graphics/backfract/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

30 lines
646 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= 2
CATEGORIES= graphics
MASTER_SITES= http://www.igoweb.org/~wms/comp/backfract/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fractal image animated wallpaper program
USE_XORG= x11
PLIST_FILES= bin/backfract
GNU_CONFIGURE= yes
USE_PERL5_BUILD=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>