1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/misc/ezc3d/Makefile
Yuri Victorovich 6ff364f20c misc/ezc3d: Update 1.3.3 -> 1.3.4
Reported by:	portscout
2020-06-30 16:42:54 +00:00

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>