mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
19 lines
443 B
Makefile
19 lines
443 B
Makefile
PORTNAME= nurbs++
|
|
PORTVERSION= 3.0.11
|
|
PORTREVISION= 11
|
|
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
|
|
WWW= https://libnurbs.sourceforge.net/
|
|
|
|
USES= libtool tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
USE_GCC= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|