Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / libtxc_dxtn / Makefile
1 # Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libtxn_dxtn
5 PORTVERSION=    20140604
6 CATEGORIES=     graphics
7
8 MAINTAINER=     x11@FreeBSD.org
9 COMMENT=        Subset of a well-known texture compression scheme
10
11 LICENSE=        MIT
12
13 BUILD_DEPENDS=  libGL>=9.1.7:${PORTSDIR}/graphics/libGL
14
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     divVerent
17 GH_PROJECT=     s2tc
18 GH_COMMIT=      3d644da
19 GH_TAGNAME=     ${GH_COMMIT}
20
21 USES=           libtool pathfix pkgconfig
22 PATHFIX_MAKEFILEIN=Makefile.am
23 USE_AUTOTOOLS=  aclocal autoconf libtoolize automake
24 AUTOMAKE_ARGS=  --add-missing --copy
25 GNU_CONFIGURE=  yes
26 USE_LDCONFIG=   yes
27
28 CONFIGURE_ARGS+=--disable-tools
29
30 CPPFLAGS+=      -I${LOCALBASE}/include
31
32 INSTALL_TARGET= install-strip
33
34 .include <bsd.port.mk>