1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/graphics/s2tc/Makefile
Jan Beich 4afab0c209 graphics/s2tc: unbreak after b44acc9409
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: error: OpenGL includes not found

Reported by:	pkg-fallout
2021-06-24 19:48:59 +00:00

34 lines
729 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
PORTNAME= s2tc
PORTVERSION= 1.0+20151228
PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Subset of a well-known texture compression scheme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= libglvnd>=0:graphics/libglvnd
TEST_DEPENDS= convert:graphics/ImageMagick6 \
nvcompress:graphics/nvidia-texture-tools \
wget:ftp/wget
USES= autoreconf libtool pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= divVerent
GH_TAGNAME= f6ec862
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
do-test:
(cd ${WRKSRC}/tests; ${SETENV} use_external=false use_nvcompress=true ${SH} test.sh)
.include <bsd.port.mk>