2006-03-21 17:28:29 +01:00
|
|
|
# New ports collection makefile for: libzip
|
|
|
|
# Date created: 2006-03-20
|
|
|
|
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libzip
|
2011-04-24 23:59:08 +02:00
|
|
|
PORTVERSION= 0.10
|
2006-03-21 17:28:29 +01:00
|
|
|
CATEGORIES= archivers devel
|
|
|
|
MASTER_SITES= http://www.nih.at/libzip/
|
|
|
|
|
2010-01-10 09:06:33 +01:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
2006-03-21 17:28:29 +01:00
|
|
|
COMMENT= A C library for reading, creating, and modifying zip archives
|
|
|
|
|
2010-02-22 12:17:16 +01:00
|
|
|
USE_BZIP2= yes
|
2006-03-21 17:28:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-05-12 10:44:46 +02:00
|
|
|
MAKE_ENV= LC_ALL="C"
|
2011-04-24 23:59:08 +02:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-03-21 17:28:29 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2011-04-24 23:59:08 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-03-21 17:28:29 +01:00
|
|
|
|
|
|
|
MAN1= zipcmp.1 \
|
2010-02-22 12:17:16 +01:00
|
|
|
zipmerge.1 \
|
|
|
|
ziptorrent.1
|
2006-03-21 17:28:29 +01:00
|
|
|
|
|
|
|
MAN3= libzip.3 \
|
|
|
|
zip_add.3 \
|
2007-09-18 14:04:29 +02:00
|
|
|
zip_add_dir.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_close.3 \
|
|
|
|
zip_delete.3 \
|
2007-09-18 14:04:29 +02:00
|
|
|
zip_error_clear.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_error_get.3 \
|
|
|
|
zip_error_get_sys_type.3 \
|
|
|
|
zip_error_to_str.3 \
|
|
|
|
zip_errors.3 \
|
|
|
|
zip_fclose.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_fdopen.3 \
|
2007-09-18 14:04:29 +02:00
|
|
|
zip_file_error_clear.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_file_error_get.3 \
|
|
|
|
zip_file_strerror.3 \
|
|
|
|
zip_fopen.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_fopen_encrypted.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_fopen_index.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_fopen_index_encrypted.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_fread.3 \
|
2006-07-15 17:21:22 +02:00
|
|
|
zip_get_archive_comment.3 \
|
2010-02-22 12:17:16 +01:00
|
|
|
zip_get_archive_flag.3 \
|
2006-07-15 17:21:22 +02:00
|
|
|
zip_get_file_comment.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_get_file_extra.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_get_name.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_get_num_entries.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_get_num_files.3 \
|
|
|
|
zip_name_locate.3 \
|
|
|
|
zip_open.3 \
|
|
|
|
zip_rename.3 \
|
|
|
|
zip_replace.3 \
|
2006-07-15 17:21:22 +02:00
|
|
|
zip_set_archive_comment.3 \
|
2010-02-22 12:17:16 +01:00
|
|
|
zip_set_archive_flag.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_set_default_password.3 \
|
2006-07-15 17:21:22 +02:00
|
|
|
zip_set_file_comment.3 \
|
2011-04-24 23:59:08 +02:00
|
|
|
zip_set_file_extra.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_source_buffer.3 \
|
|
|
|
zip_source_file.3 \
|
|
|
|
zip_source_filep.3 \
|
|
|
|
zip_source_free.3 \
|
|
|
|
zip_source_function.3 \
|
|
|
|
zip_source_zip.3 \
|
|
|
|
zip_stat.3 \
|
|
|
|
zip_stat_index.3 \
|
2007-09-18 14:04:29 +02:00
|
|
|
zip_stat_init.3 \
|
2006-03-21 17:28:29 +01:00
|
|
|
zip_strerror.3 \
|
|
|
|
zip_unchange.3 \
|
2006-07-15 17:21:22 +02:00
|
|
|
zip_unchange_all.3 \
|
|
|
|
zip_unchange_archive.3
|
2006-03-21 17:28:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|