summaryrefslogtreecommitdiff
path: root/archivers/libzip/Makefile
blob: 9cec823ed6ce8dbaecebdb41f266fcba0d5a293b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
# $FreeBSD$

PORTNAME=	libzip
PORTVERSION=	0.11.1
CATEGORIES=	archivers devel
MASTER_SITES=	http://www.nih.at/libzip/

MAINTAINER=	makc@FreeBSD.org
COMMENT=	C library for reading, creating, and modifying ZIP archives

USE_XZ=		yes
GNU_CONFIGURE=	yes
MAKE_ENV=	LC_ALL="C"
USE_AUTOTOOLS=	libtool
USES=		pathfix
USE_LDCONFIG=	yes

.include <${.CURDIR}/Makefile.man>
.include <bsd.port.mk>