freebsd-ports/archivers/tardy/Makefile

31 lines
622 B
Makefile
Raw Normal View History

# 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
2003-02-20 18:07:10 +01:00
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
2004-02-05 21:38:07 +01:00
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>