diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-30 10:33:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-30 10:33:53 +0800 |
commit | 375d0d2671d1b4bf9349191a2185e03d26836d08 (patch) | |
tree | a206c423cfae6d86c184b3132755e266ec9c060e /graphics/xmfract | |
parent | 594ca4541dca28da6821ee3ab79faf18c22530e4 (diff) | |
download | freebsd-ports-graphics-375d0d2671d1b4bf9349191a2185e03d26836d08.tar.gz freebsd-ports-graphics-375d0d2671d1b4bf9349191a2185e03d26836d08.tar.zst freebsd-ports-graphics-375d0d2671d1b4bf9349191a2185e03d26836d08.zip |
- Fix build
PR: 177551
Submitted by: Ports Fury
Diffstat (limited to 'graphics/xmfract')
-rw-r--r-- | graphics/xmfract/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index 6317a4e5294..41d55f0d320 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -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> |