1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/graphics/stl2pov/Makefile
Martin Wilke 4d4371f717 - Allow to build with MAKE_JOBS_SAFE
PR:		133222	133223
Submitted by:	Roland Smith <rsmith@xs4all.nl> (maintainer)
2009-03-31 08:09:51 +00:00

34 lines
626 B
Makefile

# New ports collection makefile for: stl2pov
# Date created: 9 May 2005
# Whom: rsmith@xs4all.nl
#
# $FreeBSD$
PORTNAME= stl2pov
PORTVERSION= 2.4.3
CATEGORIES= graphics
MASTER_SITES= http://www.xs4all.nl/~rsmith/software/
MAINTAINER= rsmith@xs4all.nl
COMMENT= Converts STL models to POV-Ray meshes
PLIST_FILES= bin/stl2pov
MAKE_JOBS_SAFE= yes
MAN1= stl2pov.1
MANCOMPRESSED= yes
.if defined(NOPORTDOCS)
MAKE_ENV= NOPORTDOCS=yes
.else
PORTDOCS= LICENSE README INSTALL
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|-pipe||; s|-fmerge-constants||; s|--fast-math||' \
${WRKSRC}/Makefile
.include <bsd.port.mk>