1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

devel/clanlib: add LICENSE and missing depends

This commit is contained in:
Dmitry Marakasov 2021-04-09 01:27:03 +03:00
parent 4395c84bf8
commit 5a6beeaed0

View File

@ -12,20 +12,23 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform game SDK
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_i386= typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
BROKEN_i386= typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
LIB_DEPENDS= libpng.so:graphics/png \
libmikmod.so:audio/libmikmod \
libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg \
libfontconfig.so:x11-fonts/fontconfig \
libpcre.so:devel/pcre
libpcre.so:devel/pcre \
libfreetype.so:print/freetype2
USES= compiler:c++11-lib gl gmake jpeg libtool localbase:ldflags \
pathfix pkgconfig sqlite tar:tgz xorg
USE_XORG= x11
USE_XORG= x11 xrender
USE_LDCONFIG= yes
USE_GL= yes
USE_GL= gl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs \