freebsd-ports/graphics/xfractint/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

27 lines
562 B
Makefile

# 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
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>