freebsd-ports/graphics/xfpovray/Makefile

32 lines
771 B
Makefile
Raw Normal View History

# New ports collection makefile for: xfpovray
# Date created: 20 Sep 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= xfpovray
PORTVERSION= 1.3.1
PORTREVISION= 6
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
2003-02-20 19:08:19 +01:00
COMMENT= Graphical interface to POV-Ray
2002-07-04 11:20:30 +02:00
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
USE_IMAKE= yes
USE_XORG= x11 xext xpm
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
.include <bsd.port.mk>