f58354d8a2
PR: 177551 Submitted by: Ports Fury
29 lines
635 B
Makefile
29 lines
635 B
Makefile
# Created by: erich@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmfract
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= XCONTRIB/graphics
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The dos based 'fractint' with an X/Motif front end
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_MOTIF= yes
|
|
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"
|
|
IGNORE= fails to run with: XCreateImage failed
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|