1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/graphics/xmandel/Makefile
2003-02-21 12:17:17 +00:00

31 lines
753 B
Makefile

# 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
COMMENT= Window based interface to Mandelbrot sets and Julia sets
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>