2000-06-10 00:51:50 +02:00
|
|
|
# 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
|
2000-06-10 00:51:50 +02:00
|
|
|
CATEGORIES= graphics
|
2002-07-17 15:26:12 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= libnurbs
|
2000-06-10 00:51:50 +02:00
|
|
|
|
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
|
2000-06-10 00:51:50 +02:00
|
|
|
|
2002-07-08 12:41:30 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2002-07-17 15:26:12 +02:00
|
|
|
CONFIGURE_ARGS= --program-transform-name="s/x/x/"
|
2001-01-23 09:16:17 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-10 00:51:50 +02:00
|
|
|
|
2002-07-17 15:26:12 +02:00
|
|
|
MAN1= nurbs++-config.1
|
|
|
|
|
2004-08-16 04:47:09 +02:00
|
|
|
.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:
|
2002-07-08 12:41:30 +02:00
|
|
|
@${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
|
|
|
|
2004-08-16 04:47:09 +02:00
|
|
|
.include <bsd.port.post.mk>
|