1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/graphics/xmfract/Makefile

30 lines
654 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"
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
IGNORE= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>