1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/archivers/mtf/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

36 lines
768 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
PORTREVISION= 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
PLIST_FILES= bin/mtf
PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -e "s|CC=|CC?=|" \
-e "s|CFLAGS=|CFLAGS?=|" \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>