blob: 7f8c2732c528098af9c6440f4a8cb4cd6ce5250a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: andreas@marvin.robin.de
# $FreeBSD$
PORTNAME= xmandel
PORTVERSION= 1.0
PORTREVISION= 2
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.
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .shar
MAINTAINER= ports@FreeBSD.org
COMMENT= Window based interface to Mandelbrot sets and Julia sets
EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= # empty
USES= imake perl5
USE_XORG= ice sm x11 xaw xext xmu xt
USE_PERL5= build
NO_WRKSUBDIR= yes
PLIST_FILES= bin/xmandel man/man1/xmandel.1.gz
pre-patch:
@${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
.include <bsd.port.mk>
|