freebsd-ports/archivers/libzip/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

19 lines
401 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 <bsd.port.mk>