2013-07-10 13:21:49 +02:00
|
|
|
# Created by: Eric L. Hernes <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
|
2013-07-10 13:21:49 +02:00
|
|
|
COMMENT= Popular DOS fractal drawing program with X11/Motif frontend
|
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
|
2013-07-10 13:21:49 +02:00
|
|
|
CONFIGURE_ARGS= --with-editres \
|
|
|
|
--with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib"
|
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 13:21:49 +02:00
|
|
|
IGNORE= fails to run with: XCreateImage failed
|
2005-10-29 00:55:02 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|