blob: d0b20766e3794dceff206f5eca8a7ddf2245bf13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
# $FreeBSD$
PORTNAME= libzip
PORTVERSION= 0.11.2
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
MAINTAINER= makc@FreeBSD.org
COMMENT= C library for reading, creating, and modifying ZIP archives
GNU_CONFIGURE= yes
MAKE_ENV= LC_ALL="C"
USES= pathfix tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|