1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/archivers/tardy/Makefile
Emanuel Haupt 2df63e8354 Add LICENSE, remove MD5 sums
Feature safe:	yes
2011-01-24 17:04:52 +00:00

34 lines
673 B
Makefile

# Ports collection makefile for: tardy
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tardy
PORTVERSION= 1.20
CATEGORIES= archivers
MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Manipulate the file headers in tar archive files in various ways
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
LICENSE= GPLv3
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man1/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>