1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/science/lamprop/Makefile
Martin Wilke a8dee6b343 - Allow to build with MAKE_JOBS_SAFE
PR:		133221
Submitted by:	Roland Smith <rsmith@xs4all.nl> (maintainer)
2009-03-31 07:52:12 +00:00

35 lines
681 B
Makefile

# New ports collection makefile for: lamprop
# Date created: 15 May 2005
# Whom: rsmith@xs4all.nl
#
# $FreeBSD$
#
PORTNAME= lamprop
PORTVERSION= 1.3.2
CATEGORIES= science
MASTER_SITES= http://www.xs4all.nl/~rsmith/software/
MAINTAINER= rsmith@xs4all.nl
COMMENT= Calculates properties of fiber reinforced composites
PLIST_FILES= bin/lamprop
MAN1= lamprop.1
MAN5= lamprop.5
MANCOMPRESSED= yes
MAKE_JOBS_SAFE= yes
.if defined(NOPORTDOCS)
MAKE_ENV= NOPORTDOCS=yes
.else
PORTDOCS= LICENSE README NEWS
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \
${WRKSRC}/Makefile
.include <bsd.port.mk>