1996-11-15 10:22:06 +00:00
|
|
|
# New ports collection makefile for: xmandel
|
|
|
|
# Date created: 18 October 1996
|
|
|
|
# Whom: andreas@marvin.robin.de
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1996-11-15 10:22:06 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= xmandel
|
|
|
|
PORTVERSION= 1.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
1996-11-15 10:22:06 +00: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 10:48:02 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
2002-01-02 04:16:51 +00:00
|
|
|
EXTRACT_SUFX= .shar
|
1996-11-15 10:22:06 +00:00
|
|
|
|
2003-11-02 03:36:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= Window based interface to Mandelbrot sets and Julia sets
|
2002-01-02 04:16:51 +00:00
|
|
|
|
|
|
|
EXTRACT_CMD= ${SH}
|
1999-02-03 11:12:01 +00:00
|
|
|
EXTRACT_BEFORE_ARGS= # empty
|
|
|
|
EXTRACT_AFTER_ARGS= # empty
|
2001-01-16 17:33:20 +00:00
|
|
|
USE_IMAKE= yes
|
2003-11-20 15:06:14 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2001-01-16 17:33:20 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-08-25 20:21:17 +00:00
|
|
|
MAN1= xmandel.1
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/xmandel
|
1996-11-15 10:22:06 +00:00
|
|
|
|
2002-01-02 04:16:51 +00:00
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
|
1996-11-15 10:22:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|