head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.05.19.18.25.56;	author sylvio;	state Exp;
branches;
next	1.7;

1.7
date	2009.11.27.22.52.13;	author sylvio;	state Exp;
branches;
next	1.6;

1.6
date	2009.09.19.17.15.02;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.04.11.40.37;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.12.13.09.23;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.04.13.27.42;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.10.42.56;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.26.06.33.35;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Philippe Casidy <pcasidy@@casidy.com>
# $FreeBSD: head/archivers/mtf/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	mtf
PORTVERSION=	0.2.1
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	system/backup
EXTRACT_SUFX=	.tgz

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	Unix reader for the Microsoft Tape Format used by NT Backup

LICENSE=	GPLv2

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>
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:   mtf
# Date created:        29 January 2002
# Whom:                Philippe Casidy <pcasidy@@casidy.com>
#
# $FreeBSD: head/archivers/mtf/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d13 1
a13 1
COMMENT=	A Unix reader for the Microsoft Tape Format used by NT Backup
d22 2
a23 3
	@@${REINPLACE_CMD} -e "s|CC=|CC?=|" \
			-e "s|CFLAGS=|CFLAGS?=|" \
			${WRKSRC}/Makefile
@


1.8
log
@- Add license
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update my mail address to FreeBSD

Approved by:	miwi (mentor)
@
text
@d19 2
@


1.6
log
@- Pass maintainership to submitter

PR:		138588 138594 138604
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
Feature safe:	yes
@
text
@d16 1
a16 1
MAINTAINER=	scjamorim@@bsd.com.br
@


1.5
log
@- 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)
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@- Respect DESTDIR
- Respect CC
- Remove an unnecessary .if
- Bump PORTREVISION

PR:		101806
Submitted by:	gabor
@
text
@d29 1
a29 1
	${INSTALL_PROGRAM} ${WRKSRC}/mtf ${TARGETDIR}/bin
@


1.3
log
@- Cleanup
- Reset maintainer: Philippe CASIDY no longer able to support the port!
  Thanks for the work so far!

Approved by: maintainer
@
text
@d10 1
a19 2
MAKE_ARGS=	CFLAGS="${CFLAGS}"

d21 1
d23 4
a26 3
.if !defined(NOPORTDOCS)
PORTDOCS=	README
.endif
d29 1
a29 1
	${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin
@


1.2
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	pcasidy@@casidy.com
d19 7
@


1.1
log
@add mtf 0.21
A Unix reader for the Microsoft Tape Format used by NT Backup

PR:		34452
Submitted by:	Philippe CASIDY <pcasidy@@casidy.com>
@
text
@d16 1
@

