summaryrefslogtreecommitdiff
path: root/graphics/xfractint/Makefile
blob: 6a6f69749eb60d1a991ad4746a03e3373fc0530f (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
# New ports collection makefile for:	xfractint
# Date created:		7 Sept 1995
# Whom:			cacho@mexicano.gdl.iteso.mx
#
# $FreeBSD$
#

PORTNAME=	xfractint
PORTVERSION=	3.10
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.phoenix.net/pub/USERS/twegner/ \
		http://spanky.triumf.ca/pub/fractals/programs/unix/
DISTNAME=	xfrac310

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The Unix port of fractint

USE_REINPLACE=	yes
USE_ZIP=	yes
USE_XLIB=	yes
NO_WRKSUBDIR=	yes
MAN1=		xfractint.1

pre-patch:
	@${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
		's|malloc\.h|stdlib.h|'

.include <bsd.port.mk>