aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmandel/Makefile
blob: 402b8c8e651a4ad12a2c8e6a081e2a5f88e6ab8b (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
# New ports collection makefile for:    xmandel
# Date created:                 18 October 1996
# Whom:                         andreas@marvin.robin.de
#
# $FreeBSD$
#

PORTNAME=   xmandel
PORTVERSION=    1.0
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= andreas@marvin.robin.de

EXTRACT_CMD=    ${SH}
EXTRACT_BEFORE_ARGS=    # empty
EXTRACT_AFTER_ARGS= # empty
USE_IMAKE=  yes
NO_WRKSUBDIR=   yes
MAN1=       xmandel.1

pre-patch:
    @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c

.include <bsd.port.mk>