2013-04-29 10:57:12 +02:00
|
|
|
# Created by: andreas@marvin.robin.de
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1996-11-15 11:22:06 +01:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= xmandel
|
|
|
|
PORTVERSION= 1.0
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 2
|
1996-11-15 11:22:06 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/
|
|
|
|
# The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel,
|
|
|
|
# but this has changed apparently.
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
2002-01-02 05:16:51 +01:00
|
|
|
EXTRACT_SUFX= .shar
|
1996-11-15 11:22:06 +01:00
|
|
|
|
2003-11-02 04:36:45 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Window based interface to Mandelbrot sets and Julia sets
|
2002-01-02 05:16:51 +01:00
|
|
|
|
|
|
|
EXTRACT_CMD= ${SH}
|
1999-02-03 12:12:01 +01:00
|
|
|
EXTRACT_BEFORE_ARGS= # empty
|
|
|
|
EXTRACT_AFTER_ARGS= # empty
|
2013-08-03 15:44:00 +02:00
|
|
|
USES= imake perl5
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
2013-08-03 15:44:00 +02:00
|
|
|
USE_PERL5= build
|
2001-01-16 18:33:20 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2014-01-09 22:39:48 +01:00
|
|
|
PLIST_FILES= bin/xmandel man/man1/xmandel.1.gz
|
1996-11-15 11:22:06 +01:00
|
|
|
|
2002-01-02 05:16:51 +01:00
|
|
|
pre-patch:
|
2013-07-26 09:33:41 +02:00
|
|
|
@${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
|
1996-11-15 11:22:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|