aboutsummaryrefslogblamecommitdiff
path: root/graphics/s2tc/Makefile
blob: 933ae0909af345f13514a2b71afae524bdf10a59 (plain) (tree)
1
2
3
4
5
6
7
8
                    
                            
                 

                        
                                 
                                                                 
                                                      



                                 
                                             
                                                          
                             
 
                                                        
                   
                   

                         
                       



                                      


                                                                                            

                      
PORTNAME=	s2tc
PORTVERSION=	1.0+20151228
PORTREVISION=	2
CATEGORIES=	graphics

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Subset of a well-known texture compression scheme
WWW=		https://github.com/divVerent/s2tc/wiki

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	libglvnd>=0:graphics/libglvnd
TEST_DEPENDS=	nvcompress:graphics/nvidia-texture-tools \
		wget:ftp/wget

USES=		autoreconf libtool magick:6,test 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>