freebsd-ports/graphics/nurbs++/Makefile

26 lines
540 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
MAINTAINER= gahr@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
.include <bsd.port.mk>