aboutsummaryrefslogtreecommitdiff
path: root/archivers/tardy/Makefile
blob: c3e5d2d26f35558baca73cd974848de402c10b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ex:ts=8
# Ports collection makefile for:	tardy
# Date created:			Jan 14, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	tardy
PORTVERSION=	1.12
CATEGORIES=	archivers
MASTER_SITES=	http://tardy.sourceforge.net/

MAINTAINER=	ehaupt@critical.ch
COMMENT=	Manipulate the file headers in tar archive files in various ways

USE_REINPLACE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=		tardy.1
PLIST_FILES=	bin/tardy

post-patch:
.for var in CFLAGS LDFLAGS
	@${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \
		${WRKSRC}/Makefile.in
.endfor

.include <bsd.port.mk>