mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
6ff364f20c
Reported by: portscout
20 lines
350 B
Makefile
20 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>
|