aboutsummaryrefslogtreecommitdiff
path: root/graphics/nurbs++/Makefile
blob: 8797c374d0de1251a6be6a890328be426f246b40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: R Joseph Wright <rjoseph@mammalia.org>
# $FreeBSD$

PORTNAME=	nurbs++
PORTVERSION=	3.0.11
PORTREVISION=	3
CATEGORIES=	graphics
MASTER_SITES=	SF/libnurbs/nurbs%2B%2B/${PORTVERSION}

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	C++ library to manipulate and create NURBS curves and surfaces

USES=		libtool tar:bzip2
GNU_CONFIGURE=	yes
USE_GCC=	any
USE_LDCONFIG=	yes

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>