freebsd-ports/graphics/xmfract/Makefile

30 lines
633 B
Makefile
Raw Normal View History

# Created by: erich@FreeBSD.org
1999-08-25 08:16:32 +02:00
# $FreeBSD$
PORTNAME= xmfract
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= XCONTRIB/graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= The dos based 'fractint' with an X/Motif front end
LICENSE= GPLv2
USES= motif
USE_AUTOTOOLS= aclocal autoconf
ACLOCAL_ARGS= # none
CONFIGURE_ARGS= --with-editres \
--with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>