opnsense-ports/archivers/libzip/Makefile
Franco Fichtner 9c1deb0e97 */*: sync with upstream
Taken from: FreeBSD
2016-02-26 03:38:16 +01:00

21 lines
453 B
Makefile

# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
# $FreeBSD$
PORTNAME= libzip
PORTVERSION= 1.1.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
CPE_VENDOR= nih
GNU_CONFIGURE= yes
MAKE_ENV= LC_ALL="C"
USES= cpe libtool pathfix perl5 tar:xz
USE_PERL5= build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>