blob: 50d701cd2633d1b2b955246348ca770374c252d6 (
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
|
# ex:ts=8
# Ports collection makefile for: tardy
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tardy
PORTVERSION= 1.11
CATEGORIES= archivers
MASTER_SITES= http://www.canb.auug.org.au/~millerp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulate the file headers in tar archive files in various ways
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= tardy.1
PLIST_FILES= bin/tardy
.include <bsd.port.mk>
|