freebsd-ports/graphics/nurbs++/Makefile

36 lines
772 B
Makefile
Raw Normal View History

# New ports collection makefile for: nurbs++
# Date created: 14 May 2000
# Whom: R Joseph Wright <rjoseph@mammalia.org>
#
# $FreeBSD$
#
PORTNAME= nurbs++
2002-07-17 15:26:12 +02:00
PORTVERSION= 3.0.11
2002-09-17 11:27:04 +02:00
PORTREVISION= 1
CATEGORIES= graphics
2002-07-17 15:26:12 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libnurbs
2004-04-10 19:26:55 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= A C++ library for representing curves or surfaces
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:13
2002-07-17 15:26:12 +02:00
CONFIGURE_ARGS= --program-transform-name="s/x/x/"
INSTALLS_SHLIB= yes
2002-07-17 15:26:12 +02:00
MAN1= nurbs++-config.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile with gcc 3.4.2"
.endif
2002-03-31 07:18:50 +02:00
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
2002-07-17 15:26:12 +02:00
${WRKSRC}/nurbs/nurbs.cpp ${WRKSRC}/nurbs/nurbsS.cpp
2002-03-31 07:18:50 +02:00
.include <bsd.port.post.mk>