mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
23 lines
339 B
Makefile
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>
|