mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
4afab0c209
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
34 lines
729 B
Makefile
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>
|