blob: f5ef904618885c762488a23edaad8edde8569227 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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
PORTREVISION= 2
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-editres \
--with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
USE_GCC=4.2+
IGNORE= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>
|