1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/nurbs++/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

21 lines
427 B
Makefile

# Created by: R Joseph Wright <rjoseph@mammalia.org>
# $FreeBSD$
PORTNAME= nurbs++
PORTVERSION= 3.0.11
PORTREVISION= 6
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>