1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/tweeny/Makefile
2019-11-30 04:42:23 +00:00

23 lines
339 B
Makefile

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