svn commit: r316869 - head/graphics/xmfract
Martin Wilke
miwi at FreeBSD.org
Tue Apr 30 02:33:54 UTC 2013
Author: miwi
Date: Tue Apr 30 02:33:53 2013
New Revision: 316869
URL: http://svnweb.freebsd.org/changeset/ports/316869
Log:
- Fix build
PR: 177551
Submitted by: Ports Fury
Modified:
head/graphics/xmfract/Makefile (contents, props changed)
Modified: head/graphics/xmfract/Makefile
==============================================================================
--- head/graphics/xmfract/Makefile Tue Apr 30 02:24:08 2013 (r316868)
+++ head/graphics/xmfract/Makefile Tue Apr 30 02:33:53 2013 (r316869)
@@ -1,33 +1,29 @@
-# New ports collection makefile for: xmfract
-# Date created: Thu Aug 1 09:10:22 CDT 1996
-# Whom: erich at FreeBSD.org
-#
+# Created by: erich at 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 at 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>
More information about the svn-ports-all
mailing list