mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
6c0ac583fc
Reported by: portscout
18 lines
320 B
Makefile
18 lines
320 B
Makefile
PORTNAME= ezc3d
|
|
DISTVERSIONPREFIX= Release_
|
|
DISTVERSION= 1.4.5
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C3D (biomechanics data format) reader/writer for C++
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pyomeca
|
|
|
|
.include <bsd.port.mk>
|