1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/copytape/Makefile
Renato Botelho 585da46aee - Pass maintainership of these ports to submitter
- Pet portlint

PR:		ports/98100
Submitted by:	Stephen J. Roznowski <sjr at comcast.net>
2006-07-11 10:26:15 +00:00

38 lines
888 B
Makefile

# New ports collection makefile for: copytape
# Date created: 23 October 1998
# Whom: Stephen J. Roznowski <sjr@home.net>
#
# $FreeBSD$
#
PORTNAME= copytape
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_COMP_SOURCES}
MASTER_SITE_SUBDIR= unix/volume10
DISTNAME= copytape
EXTRACT_SUFX= .Z
MAINTAINER= sjr@comcast.net
COMMENT= A program that is used to duplicate magtapes
EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils
NO_WRKSUBDIR= yes
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR}
ALL_TARGET= copytape
MAN1= copytape.1
MAN5= copytape.5
PLIST_FILES= bin/copytape
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/copytape ${PREFIX}/bin/copytape
@${INSTALL_MAN} ${WRKSRC}/copytape.1 ${PREFIX}/man/man1/copytape.1
@${INSTALL_MAN} ${WRKSRC}/copytape.5 ${PREFIX}/man/man5/copytape.5
.include <bsd.port.mk>