freebsd-ports/archivers/libarchive/Makefile

32 lines
662 B
Makefile
Raw Normal View History

# 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
PORTEPOCH= 1
2004-06-16 17:20:49 +02:00
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats
GNU_CONFIGURE= yes
PLIST_FILES= include/archive.h \
include/archive_entry.h \
2004-04-12 22:25:50 +02:00
lib/libarchive.a
MANCOMPRESSED= no
MAN3= archive_entry.3 \
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
.include <bsd.port.mk>