DELTA 411461 0 30 SVNj}  vt2tcENDREP DELTA SVNjljj# Created by: David Naylor # $FreeBSD$ PORTNAME= s2tc PORTVERSION= 1.0 DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= dbn@FreeBSD.org COMMENT= S2TC is a subset of a wellknown texture compression scheme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= divVerent GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include ENDREP DELTA SVNSHA256 (divVerent-s2tc-v1.0_GH0.tar.gz) = a21c5babd3810af4f7d4e8099e830f545b4e5f5dc0aadf375ed09d23566c6e45 SIZE (divVerent-s2tc-v1.0_GH0.tar.gz) = 1397232 ENDREP DELTA SVN--- Makefile.am.orig 2016-03-20 18:59:03 UTC +++ Makefile.am @@ -10,8 +10,6 @@ s2tc_from_s3tc_SOURCES = s2tc_from_s3tc. s2tc_compress_SOURCES = s2tc_compress.cpp txc_dxtn.h s2tc_license.h s2tc_decompress_SOURCES = s2tc_decompress.cpp txc_dxtn.h s2tc_license.h if ENABLE_RUNTIME_LINKING -s2tc_compress_LDADD = -ldl -s2tc_decompress_LDADD = -ldl else if ENABLE_LIB s2tc_compress_LDADD = libtxc_dxtn.la ENDREP DELTA SVN<<