2013-04-30 04:33:53 +02:00
|
|
|
# Created by: erich@FreeBSD.org
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1996-08-01 22:27:52 +02:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= xmfract
|
|
|
|
PORTVERSION= 1.4
|
2011-05-02 14:44:53 +02:00
|
|
|
PORTREVISION= 3
|
1996-11-18 10:56:45 +01:00
|
|
|
CATEGORIES= graphics
|
2013-04-30 04:33:53 +02:00
|
|
|
MASTER_SITES= XCONTRIB/graphics
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
1996-08-01 22:27:52 +02:00
|
|
|
|
2000-04-24 00:59:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= The dos based 'fractint' with an X/Motif front end
|
1996-08-01 22:27:52 +02:00
|
|
|
|
2013-04-30 04:33:53 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-07-10 08:55:28 +02:00
|
|
|
USES= motif
|
2013-04-30 04:33:53 +02:00
|
|
|
USE_AUTOTOOLS= aclocal autoconf
|
|
|
|
ACLOCAL_ARGS= # none
|
|
|
|
CONFIGURE_ARGS= --with-editres \
|
- 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
|
|
|
--with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib"
|
2013-04-30 04:33:53 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
1996-08-03 11:00:15 +02:00
|
|
|
|
2005-10-29 00:55:02 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-09-02 16:25:46 +02:00
|
|
|
.if ${ARCH} != "i386"
|
2013-07-10 08:55:28 +02:00
|
|
|
BROKEN= fails to run with: XCreateImage failed
|
2005-10-29 00:55:02 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|