Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / wandio / Makefile
1 # Created by: Alistair King <alistair@caida.org>
2 # $FreeBSD$
3
4 PORTNAME=       wandio
5 PORTVERSION=    1.0.3
6 CATEGORIES=     devel
7 MASTER_SITES=   http://research.wand.net.nz/software/wandio/
8
9 MAINTAINER=     alistair@caida.org
10 COMMENT=        C library for compressed file I/O
11
12 LICENSE=        GPLv2
13
14 USES=           libtool
15 GNU_CONFIGURE=  yes
16 USE_LDCONFIG=   yes
17
18 CPPFLAGS+=      -I${LOCALBASE}/include
19 LDFLAGS+=       -L${LOCALBASE}/lib
20
21 INSTALL_TARGET= install-strip
22
23 OPTIONS_DEFINE= ZLIB BZIP2 LZO LZMA HTTP
24 OPTIONS_DEFAULT=        ZLIB BZIP2 LZMA HTTP
25
26 ZLIB_DESC=      Read/write support for ZLIB (gz) compressed files
27 BZIP2_DESC=     Read/write support for BZIP2 (bz2) compressed files
28 LZO_DESC=       Write support for LZO compressed files
29 LZMA_DESC=      Read/write support for LZMA compressed files
30 HTTP_DESC=      Support for reading files over HTTP
31
32 ZLIB_CONFIGURE_WITH=    zlib
33 BZIP2_CONFIGURE_WITH=   bzip2
34 LZO_CONFIGURE_WITH=     lzo
35 LZO_LIB_DEPENDS=        liblzo2.so:archivers/lzo2
36 LZMA_CONFIGURE_WITH=    lzma
37 HTTP_CONFIGURE_WITH=    http
38 HTTP_LIB_DEPENDS=       libcurl.so:ftp/curl
39
40 .include <bsd.port.mk>