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
|
2006-12-01 10:55:32 +01:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2008-02-21 22:20:01 +01:00
|
|
|
MAINTAINER= gahr@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
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-17 15:26:12 +02:00
|
|
|
CONFIGURE_ARGS= --program-transform-name="s/x/x/"
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-06-10 00:51:50 +02:00
|
|
|
|
2002-07-17 15:26:12 +02:00
|
|
|
MAN1= nurbs++-config.1
|
|
|
|
|
2008-02-15 18:39:03 +01:00
|
|
|
.include <bsd.port.mk>
|