1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:19:20 +00:00

- Put back IGNORE: it seems to build fine (tested on i386, amd64)

- Expand header, improve on COMMENT and generally cleanup Makefile
- Drop MAKE_JOBS_SAFE: it's going to become the default these days
- Reindent port description to a standard form while here

Discussed with:	bapt
This commit is contained in:
Alexey Dokuchaev 2013-07-10 11:21:49 +00:00
parent 62a773b9c4
commit a7844accb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322650
2 changed files with 14 additions and 20 deletions

View File

@ -1,4 +1,4 @@
# Created by: erich@FreeBSD.org
# Created by: Eric L. Hernes <erich@FreeBSD.org>
# $FreeBSD$
PORTNAME= xmfract
@ -9,21 +9,20 @@ MASTER_SITES= XCONTRIB/graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The dos based 'fractint' with an X/Motif front end
COMMENT= Popular DOS fractal drawing program with X11/Motif frontend
LICENSE= GPLv2
USES= motif
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
CONFIGURE_ARGS= --with-editres \
--with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= fails to run with: XCreateImage failed
IGNORE= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>

View File

@ -1,16 +1,11 @@
From the README:
This is X11/Motif program based upon a popular DOS freeware program named
Fractint. It is a true graphic user interface quite different from that
program.
xmfract version 1.4 - a freeware fractal generation program.
Copyright (C) 1995 Darryl House and the Stone Soup Group.
The program will calculate, display and manipulate over 90 discrete fractal
types with very fast algorithms. Other features include zooming, animation
(color cycling), color editing, spherical projection, and an amazing wealth
of parameters. There are too many features to list here.
This is xmfract 1.4, an X11R[5/6] Motif program based upon a
popular DOS freeware program named Fractint. It is a true graphic
user interface quite different from that program.
The program will calculate, display and manipulate over 90 discrete
fractal types with very fast algorithms. Other features include zooming,
animation (color cycling), color editing, spherical projection, and an
amazing wealth of parameters. There are too many features to list here.
Also included are dozens of ancillary files such as color map files,
parameter files, formula files, and an extensive on-line help system.
Also included are dozens of ancillary files such as color map files,
parameter files, formula files, and an extensive on-line help system.