head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2013.01.15.13.46.52;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.12.27.15.14.13;	author ehaupt;	state Exp;
branches;
next	1.13;

1.13
date	2011.06.21.10.48.52;	author ehaupt;	state Exp;
branches;
next	1.12;

1.12
date	2011.01.24.17.04.52;	author ehaupt;	state Exp;
branches;
next	1.11;

1.11
date	2009.03.27.09.53.17;	author ehaupt;	state Exp;
branches;
next	1.10;

1.10
date	2008.03.27.22.15.42;	author ehaupt;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.04.11.40.36;	author gabor;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.15.11.10.09;	author ehaupt;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.11.11.08.21;	author ehaupt;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.01.12.13.42;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.19.11.39.04;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.29.14.41.34;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.06.11.56.54;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2005.06.25.08.26.32;	author lawrance;	state Exp;
branches;
next	1.1;

1.1
date	2005.06.22.06.13.00;	author ahze;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/archivers/mar/Makefile 310443 2013-01-15 13:40:28Z ehaupt $

PORTNAME=	mar
DISTVERSION=	0.5
CATEGORIES=	archivers
MASTER_SITES=	CRITICAL
DISTNAME=	${PORTNAME}-${DISTVERSION}-src

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Simple binary file format for storing arbitrary meta and user data

LICENSE=	MIT

MAKE_JOBS_SAFE=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}

MAN1=		mar.1

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -E "s#^(CFLAGS\ |CXXFLAGS\ |CC\ |CXX\ )#\1?#" \
		${WRKSRC}/src/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 ${MAN1PREFIX}/man/man1

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.16
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
@d2 1
a2 1
# $FreeBSD: head/archivers/mar/Makefile 309150 2012-12-18 07:57:31Z danfe $
d21 4
d33 1
a33 1
.if !defined(NOPORTDOCS)
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	mar
# Date created:				20 Jun 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/archivers/mar/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d11 1
a11 1
COMMENT=	A simple binary file format for storing arbitrary meta and user data
@


1.14
log
@Pacify portlint

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Fix build with clang.
@
text
@d17 2
a22 1
LICENSE=	MIT
@


1.12
log
@Add LICENSE, remove MD5 sums

Feature safe:	yes
@
text
@d25 1
a25 3
	@@${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)|\1?|' \
		${WRKSRC}/src/Makefile
	@@${REINPLACE_CMD} -e 's|^\(CXXFLAGS\ \)|\1?|' \
@


1.11
log
@Mark MAKE_JOBS_SAFE
@
text
@d21 1
@


1.10
log
@Use MASTER_SITE_CRITICAL
@
text
@d17 2
@


1.9
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
@d11 1
a11 2
MASTER_SITES=	http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/
@


1.8
log
@- Update MASTER_SITES
- Update WWW
@
text
@d29 1
a29 1
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${TARGETDIR}/bin
@


1.7
log
@Respect DESTDIR

PR:		101804
Submitted by:	gabor
@
text
@d11 1
a11 2
MASTER_SITES=	http://www.emantic.co.uk/mark/files/ \
		http://critical.ch/distfiles/ \
@


1.6
log
@Add an additional mirror.
@
text
@d30 2
a31 2
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 ${MANPREFIX}/man/man1
@


1.5
log
@Remove deprecated USE_REINPLACE
@
text
@d12 2
a13 1
		http://critical.ch/distfiles/
@


1.4
log
@Update MASTER_SITES
@
text
@a17 2
USE_REINPLACE=	yes

@


1.3
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@d12 1
a12 1
		http://critical.ch/mar/
@


1.2
log
@Include additional mastersite

PR:		ports/82628
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	ehaupt@@critical.ch
@


1.1
log
@Add mar , a simple binary file format for storing arbitrary meta and
user data.

PR:		ports/82453
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.emantic.co.uk/mark/files/
@

