mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# New ports collection makefile for: xmfract
|
|
# Date created: Thu Aug 1 09:10:22 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmfract
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= graphics
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The dos based 'fractint' with an X/Motif front end
|
|
|
|
USE_MOTIF= yes
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} != "i386" && ${OSVERSION} >= 600034
|
|
BROKEN= "Internal compiler error during build on FreeBSD >= 6.0 and !i386"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|