freebsd-ports/graphics/xmfract/Makefile
Alexey Dokuchaev a7844accb8 - Put back IGNORE: it seems to build fine (tested on i386, amd64)
- Expand header, improve on COMMENT and generally cleanup Makefile
- Drop MAKE_JOBS_SAFE: it's going to become the default these days
- Reindent port description to a standard form while here

Discussed with:	bapt
2013-07-10 11:21:49 +00:00

28 lines
640 B
Makefile

# Created by: Eric L. Hernes <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= Popular DOS fractal drawing program with X11/Motif frontend
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"
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
IGNORE= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>