freebsd-ports/multimedia/kodi-addon-visualization.shadertoy/Makefile
Tobias Kortkamp 6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00

29 lines
599 B
Makefile

# Created by: Rozhuk Ivan <rozhuk.im@gmail.com>
PORTNAME= visualization.shadertoy
PORTVERSION= 2.3.0
DISTVERSIONSUFFIX= -Matrix
CATEGORIES= multimedia
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Shadertoy visualizer for Kodi
LICENSE= GPLv2+
BUILD_DEPENDS= glm>0:math/glm
USES= cmake compiler:c++14-lang gl kodi localbase
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= xbmc
USE_GL= egl gl glu
PLIST_SUB= SOVERSION=${PORTVERSION}
CMAKE_ARGS= -DADDONS_TO_BUILD=${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|delete buffer;|delete[] buffer;|g' \
${WRKSRC}/src/main.cpp
.include <bsd.port.mk>