1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/xfpovray/Makefile
Thomas Gellekum 0616cc6865 Fix building.
Change @s to %%s, which don't have to be protected for perl5.
2001-04-11 11:53:08 +00:00

28 lines
665 B
Makefile

# New ports collection makefile for: xfpovray
# Date created: 20 Sep 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xfpovray
PORTVERSION= 1.3.1
CATEGORIES= graphics
MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/rays/pov
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
USE_IMAKE= yes
USE_GMAKE= yes
post-patch:
${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
.include <bsd.port.mk>