21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
19 lines
401 B
Makefile
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>
|