1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/archivers/libzip/Makefile
Max Brazhnikov 44f45cd7c7 - Update to 0.11.1 [1]
- Move MANx records to a separate makefile
- switch to xz compressed tarball
- Convert to USES, remove needless pkgconfig dependency

PR:		based on ports/180454 [1]
Submitted by:	Oleg Ginzburg <olevole at olevole.ru>
2013-07-13 18:01:04 +00:00

21 lines
436 B
Makefile

# 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>