freebsd-ports/graphics/nurbs++/Makefile

32 lines
638 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
PORTREVISION= 2
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_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
2002-07-17 15:26:12 +02:00
CONFIGURE_ARGS= --program-transform-name="s/x/x/"
USE_LDCONFIG= yes
2002-07-17 15:26:12 +02:00
MAN1= nurbs++-config.1
2007-05-27 05:03:31 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
.include <bsd.port.post.mk>