head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.08.29.14.05.11;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2004.07.18.11.18.21;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update from 2004.07.14 to 1.01.011 (PORTEPOCH-bump required)

PR:		ports/71075
Submitted by:	Martin Matuska (maintainer)
@
text
@--- Makefile.orig	Thu Jun  3 23:46:09 2004
+++ Makefile	Sun Jul 18 10:58:12 2004
@@@@ -4,12 +4,8 @@@@
 SRCS=	bsdtar.c matching.c read.c util.c write.c
 WARNS?=	6
 DPADD=	${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
-LDADD=	-larchive -lbz2 -lz
-
-.if defined(WITH_BSDTAR)
-SYMLINKS=	${BINDIR}/bsdtar ${BINDIR}/tar
-MLINKS=	bsdtar.1 tar.1
-.endif
+LDADD=	-L%%LOCALBASE%%/lib/ %%LOCALBASE%%/lib/libarchive.a -lbz2 -lz
+CFLAGS+=-I%%LOCALBASE%%/include
 
 .include <bsd.prog.mk>
 
@


1.1
log
@[NEW PORT] archivers/bsdtar

	Port of the bsdtar archiver for FreeBSD systems prior to 502111

PR:		ports/68054
Submitted by:	Martin Matuska <matuska@@tradex.sk>
@
text
@@

