freebsd-ports/graphics/xfpovray/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
806 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfpovray
PORTVERSION= 1.3.1
PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/ \
SUNSITE/apps/graphics/rays/pov
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical interface to POV-Ray
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
RUN_DEPENDS= povray:graphics/povray-meta
USES= tar:tgz uidfix
USE_XORG= x11 xext xpm
MAKEFILE= ${FILESDIR}/BSDmakefile
MAKE_ENV= DOCSDIR="${DOCSDIR}"
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
@${REINPLACE_CMD} -e "s|fl_drw_box|fl_draw_box|g;" \
${WRKSRC}/flx/flx_return_button/flx_return_button.c
post-install:
${MV} ${WRKSRC}/help ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>