2003-01-13 18:10:31 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: tardy
|
|
|
|
# Date created: Jan 14, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tardy
|
2005-06-24 13:28:19 +02:00
|
|
|
PORTVERSION= 1.12
|
2003-01-13 18:10:31 +01:00
|
|
|
CATEGORIES= archivers
|
2006-10-31 11:16:17 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-01-13 18:10:31 +01:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Manipulate the file headers in tar archive files in various ways
|
2003-01-13 18:10:31 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-01-13 18:10:31 +01:00
|
|
|
|
2005-06-24 13:28:19 +02:00
|
|
|
MAN1= tardy.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/tardy
|
2003-01-13 18:10:31 +01:00
|
|
|
|
2005-06-24 13:28:19 +02:00
|
|
|
post-patch:
|
|
|
|
.for var in CFLAGS LDFLAGS
|
|
|
|
@${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endfor
|
|
|
|
|
2003-01-13 18:10:31 +01:00
|
|
|
.include <bsd.port.mk>
|