2000-08-11 23:36:26 +02:00
|
|
|
# New ports collection makefile for: backfract
|
|
|
|
# Date created: 8 August 2000
|
|
|
|
# Whom: Patrick Gardella <patrick@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= backfract
|
2001-02-05 16:57:19 +01:00
|
|
|
PORTVERSION= 1.1.2
|
- 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 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2000-08-11 23:36:26 +02:00
|
|
|
CATEGORIES= graphics
|
2004-02-24 17:08:20 +01:00
|
|
|
MASTER_SITES= http://www.igoweb.org/~wms/comp/backfract/
|
2000-08-11 23:36:26 +02:00
|
|
|
|
2004-06-03 00:17:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Fractal image animated wallpaper program
|
2000-08-11 23:36:26 +02:00
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/backfract
|
2000-08-11 23:36:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2000-08-11 23:36:26 +02:00
|
|
|
NO_INSTALL_MANPAGE= yes
|
|
|
|
ALL_TARGET= # none
|
2009-11-19 23:07:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2000-08-11 23:36:26 +02:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${PERL} -pi -e "s@-O3@${CFLAGS}@g" ${WRKSRC}/configure
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|