- Fix build
PR: 177551 Submitted by: Ports Fury
This commit is contained in:
parent
80074b27e9
commit
f58354d8a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316869
@ -1,33 +1,29 @@
|
||||
# New ports collection makefile for: xmfract
|
||||
# Date created: Thu Aug 1 09:10:22 CDT 1996
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# Created by: erich@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmfract
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= 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
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-editres \
|
||||
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"
|
||||
USE_GCC=4.2+
|
||||
IGNORE= fails to run with: XCreateImage failed
|
||||
.else
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user