freebsd-ports/archivers/bsdtar/Makefile
Greg Lewis 9b64d1c199 . Update to 1.2.37.
. Add SHA256.
2005-11-15 19:53:10 +00:00

35 lines
745 B
Makefile

# New ports collection makefile for: libarchive
# Date created: 11 Jun 2004
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
PORTNAME= bsdtar
PORTVERSION= 1.2.37
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
MAINTAINER= glewis@FreeBSD.org
COMMENT= A utility to create and manipulate streaming archive files
BUILD_DEPENDS= ${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/bsdtar
MANCOMPRESSED= no
MAN1= bsdtar.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500040
USE_GETOPT_LONG=yes
.endif
.include <bsd.port.post.mk>