mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dbbab1aad1
to reflect the actual location of this file on the comp.sources.unix archive, both of which were broken in rev1.2 and not noticed until now (a year and a few days later...)
35 lines
798 B
Makefile
35 lines
798 B
Makefile
# New ports collection makefile for: copytape
|
|
# Version required: 1.0
|
|
# Date created: 23 October 1998
|
|
# Whom: Stephen J. Roznowski <sjr@home.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= copytape
|
|
PKGNAME= copytape-1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_COMP_SOURCES}
|
|
MASTER_SITE_SUBDIR= unix/volume10
|
|
EXTRACT_SUFX= .Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
EXTRACT_CMD= zcat
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR}
|
|
|
|
MAN1= copytape.1
|
|
MAN5= copytape.5
|
|
|
|
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>
|