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
|
2005-09-25 20:57:58 +02:00
|
|
|
PORTVERSION= 1.02.034
|
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
|
2004-03-24 18:20:48 +01:00
|
|
|
|
|
|
|
PLIST_FILES= include/archive.h \
|
|
|
|
include/archive_entry.h \
|
2004-04-12 22:25:50 +02:00
|
|
|
lib/libarchive.a
|
2004-03-24 18:20:48 +01:00
|
|
|
|
2004-08-23 18:37:49 +02:00
|
|
|
MANCOMPRESSED= no
|
|
|
|
MAN3= archive_entry.3 \
|
2004-03-24 18:20:48 +01:00
|
|
|
archive_read.3 \
|
|
|
|
archive_util.3 \
|
|
|
|
archive_write.3 \
|
|
|
|
libarchive.3
|
2004-06-16 17:20:49 +02:00
|
|
|
MAN5= libarchive-formats.5 \
|
|
|
|
tar.5
|
2004-03-24 18:20:48 +01:00
|
|
|
|
2005-09-06 18:35:31 +02:00
|
|
|
.include <bsd.port.mk>
|