19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ezc3d
|
|
DISTVERSIONPREFIX= Release_
|
|
DISTVERSION= 1.3.4
|
|
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
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|