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-06-28 13:51:05 +02:00
|
|
|
USES= imake
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2001-01-16 18:33:20 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-08-25 22:21:17 +02:00
|
|
|
MAN1= xmandel.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xmandel
|
1996-11-15 11:22:06 +01:00
|
|
|
|
2002-01-02 05:16:51 +01:00
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
|
1996-11-15 11:22:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|