2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Patrick Gardella <patrick@FreeBSD.org>
|
2000-08-11 23:36:26 +02:00
|
|
|
# $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
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2012-11-10 12:12:15 +01: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
|
2000-08-11 23:36:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2012-11-10 12:12:15 +01:00
|
|
|
ALL_TARGET= # none
|
2009-11-19 23:07:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2000-08-11 23:36:26 +02:00
|
|
|
|
2012-11-10 12:12:15 +01:00
|
|
|
PLIST_FILES= bin/backfract
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
"/'-O3'/s|^|#| ; \
|
|
|
|
/'-O'/s|^|#| ; \
|
|
|
|
s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure
|
2000-08-11 23:36:26 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-01-21 19:38:02 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/backfract ${STAGEDIR}${PREFIX}/bin
|
2000-08-11 23:36:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|