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

PORTNAME=   libzip
PORTVERSION=    1.3.0
CATEGORIES= archivers devel
MASTER_SITES=   https://www.nih.at/libzip/

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

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

CPE_VENDOR= nih

GNU_CONFIGURE=  yes
USES=       cpe libtool pathfix perl5 tar:xz
USE_PERL5=  build
USE_LDCONFIG=   yes
INSTALL_TARGET= install-strip

.include <bsd.port.mk>