aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/nurbs++/Makefile
blob: b2819ca457d853a55f34fe6e7ef555f0620f50c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    nurbs++
# Date created:             14 May 2000
# Whom:                 R Joseph Wright <rjoseph@mammalia.org>
#
# $FreeBSD$
#

PORTNAME=   nurbs++
PORTVERSION=    3.0.10
CATEGORIES= graphics
MASTER_SITES=   http://yukon.genie.uottawa.ca/~lavoie/software/nurbs/

MAINTAINER=     ports@FreeBSD.org

USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes

pre-patch:
    @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
        ${WRKSRC}/nurbs/nurbs.cc ${WRKSRC}/nurbs/nurbsS.cc

.include <bsd.port.mk>