freebsd-ports/archivers/libzip/Makefile
Raphael Kubo da Costa ae74f422d9 Update to 1.3.2.
Remove our local patches, upstream has started installing zipconf.h into an
architecture-independent directory.
2017-11-21 12:09:55 +00:00

24 lines
509 B
Makefile

# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
# $FreeBSD$
PORTNAME= libzip
PORTVERSION= 1.3.2
CATEGORIES= archivers devel
MASTER_SITES= https://libzip.org/download/
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
TEST_TARGET= check
.include <bsd.port.mk>