Bump graphics/vips to version 8.3.3_1
[dports.git] / graphics / xmandel / Makefile
1 # Created by: andreas@marvin.robin.de
2 # $FreeBSD$
3
4 PORTNAME=       xmandel
5 PORTVERSION=    1.0
6 PORTREVISION=   2
7 CATEGORIES=     graphics
8 MASTER_SITES=   ftp://ftp.cray.com/src/graphics/xmandel/
9 # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel,
10 # but this has changed apparently.
11 DISTNAME=       ${PORTNAME}
12 EXTRACT_SUFX=   .shar
13
14 MAINTAINER=     ports@FreeBSD.org
15 COMMENT=        Window based interface to Mandelbrot sets and Julia sets
16
17 EXTRACT_CMD=    ${SH}
18 EXTRACT_BEFORE_ARGS=    # empty
19 EXTRACT_AFTER_ARGS=     # empty
20 USES=           imake perl5
21 USE_XORG=       ice sm x11 xaw xext xmu xt
22 USE_PERL5=      build
23 NO_WRKSUBDIR=   yes
24 PLIST_FILES=    bin/xmandel man/man1/xmandel.1.gz
25
26 pre-patch:
27         @${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
28
29 .include <bsd.port.mk>