1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/archivers/mtf/Makefile
Volker Stolz b9e75d2fce - Cleanup
- Reset maintainer: Philippe CASIDY no longer able to support the port!
  Thanks for the work so far!

Approved by: maintainer
2005-11-04 13:27:43 +00:00

35 lines
713 B
Makefile

# New ports collection makefile for: mtf
# Date created: 29 January 2002
# Whom: Philippe Casidy <pcasidy@casidy.com>
#
# $FreeBSD$
#
PORTNAME= mtf
PORTVERSION= 0.2.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/backup
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A Unix reader for the Microsoft Tape Format used by NT Backup
ALL_TARGET= # empty
MAKE_ARGS= CFLAGS="${CFLAGS}"
PLIST_FILES= bin/mtf
.if !defined(NOPORTDOCS)
PORTDOCS= README
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>