21 lines
366 B
Makefile
21 lines
366 B
Makefile
PORTNAME= tweeny
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3-6
|
|
DISTVERSIONSUFFIX= -g1c2eb4e
|
|
CATEGORIES= graphics devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Modern C++ tweening library
|
|
WWW= https://mobius3.github.io/tweeny/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mobius3
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|