mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c3d8037aeb
after 5.4-RELEASE.
24 lines
476 B
Makefile
24 lines
476 B
Makefile
# 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=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= tardy.1
|
|
PLIST_FILES= bin/tardy
|
|
|
|
.include <bsd.port.mk>
|