2004-03-24 18:20:48 +01:00
|
|
|
# New ports collection makefile for: libarchive
|
|
|
|
# Date created: 23 March 2004
|
|
|
|
# Whom: Greg Lewis <glewis@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libarchive
|
2007-08-13 02:29:34 +02:00
|
|
|
PORTVERSION= 2.2.6
|
2004-08-23 18:37:49 +02:00
|
|
|
PORTEPOCH= 1
|
2004-06-16 17:20:49 +02:00
|
|
|
CATEGORIES= archivers
|
2004-03-24 18:20:48 +01:00
|
|
|
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
|
|
|
|
|
|
|
|
MAINTAINER= glewis@FreeBSD.org
|
|
|
|
COMMENT= Library to create and read several streaming archive formats
|
|
|
|
|
2004-08-23 18:37:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-13 19:09:27 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-03-24 18:20:48 +01:00
|
|
|
|
2006-06-21 00:33:47 +02:00
|
|
|
PLIST_FILES= bin/bsdtar \
|
|
|
|
include/archive.h \
|
2004-03-24 18:20:48 +01:00
|
|
|
include/archive_entry.h \
|
2005-10-13 19:09:27 +02:00
|
|
|
lib/libarchive.a \
|
|
|
|
lib/libarchive.la \
|
|
|
|
lib/libarchive.so \
|
2006-11-10 07:05:51 +01:00
|
|
|
lib/libarchive.so.4
|
2004-03-24 18:20:48 +01:00
|
|
|
|
2004-08-23 18:37:49 +02:00
|
|
|
MANCOMPRESSED= no
|
2006-06-21 00:33:47 +02:00
|
|
|
MAN1= bsdtar.1
|
2004-08-23 18:37:49 +02:00
|
|
|
MAN3= archive_entry.3 \
|
2004-03-24 18:20:48 +01:00
|
|
|
archive_read.3 \
|
|
|
|
archive_util.3 \
|
|
|
|
archive_write.3 \
|
2007-06-27 22:04:51 +02:00
|
|
|
archive_write_disk.3 \
|
2007-06-26 07:19:17 +02:00
|
|
|
libarchive.3 \
|
|
|
|
libarchive_internals.3
|
2004-06-16 17:20:49 +02:00
|
|
|
MAN5= libarchive-formats.5 \
|
|
|
|
tar.5
|
2004-03-24 18:20:48 +01:00
|
|
|
|
2007-05-02 09:18:13 +02:00
|
|
|
.include <bsd.port.mk>
|