head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


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

1.15
date	2008.03.20.09.19.33;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2006.12.08.13.46.25;	author gabor;	state Exp;
branches;
next	1.13;

1.13
date	2006.09.10.14.07.46;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2006.07.31.09.26.00;	author clsung;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.13.09.56.31;	author vs;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.05.20.36.52;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.17.12.28.51;	author trevor;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.14.02.35.50;	author sf;	state Exp;
branches;
next	1.7;

1.7
date	2003.07.12.10.36.11;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.12.16.40.57;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.10.42.56;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.08.26.11.48.46;	author obraun;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.21.16.17.18;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.22.14.27.56;	author ijliao;	state Exp;
branches;
next	1.1;

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


desc
@@


1.16
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	nomarch
# Date created:			Nov 5, 2001
# Whom:				ijliao
#
# $FreeBSD: head/archivers/nomarch/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	nomarch
PORTVERSION=	1.4
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	utils/compress

MAINTAINER=	gabor@@FreeBSD.org
COMMENT=	Extracts files from the old `.arc' archive format

MAN1=	nomarch.1
PLIST_FILES=	bin/nomarch
PORTDOCS=	COPYING ChangeLog NEWS README TODO

post-patch:
	${REINPLACE_CMD} -e 's|CC=|CC?=|' \
		-e 's|CFLAGS=|CFLAGS?=|' ${WRKSRC}/Makefile

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

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.15
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.14
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@a17 2
USE_GETOPT_LONG=yes

@


1.13
log
@- Respect NOPORTDOCS
- use REINPLACE_CMD for making it respect CC instead of MAKE_ARGS
- Take maintainership

PR:		103036
Submitted by:	Gabor Kovesdan <gabor@@FreeBSD.org>
@
text
@d15 1
a15 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.12
log
@- Update to 1.4

PR:		ports/101077
Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
a18 1
MAKE_ARGS=	CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
d22 5
d32 8
@


1.11
log
@Use MAKE_ARGS
@
text
@d10 1
a10 2
PORTVERSION=	1.3
PORTREVISION=	1
@


1.10
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d20 1
a20 2
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" \
		LDFLAGS="${LDFLAGS}"
@


1.9
log
@USE_REINPLACE need be defined only when REINPLACE_CMD is used.
@
text
@d24 1
@


1.8
log
@get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
respect CC, CFLAGS, PREFIX.
@
text
@a19 1
USE_REINPLACE=	yes
@


1.7
log
@Drop maintainership
@
text
@d11 1
d19 1
a19 2
LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt

d21 2
a24 5

post-patch:
	@@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
		s,^PREFIX,#PREFIX,g ; \
		s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
@


1.6
log
@Change to my FreeBSD.org address
@
text
@d15 1
a15 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.5
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	erwin@@lansing.dk
@


1.4
log
@Upgrade to 1.3.

PR:		ports/42023
Submitted by:	maintainer
Approved by:	dwcjr (mentor)
@
text
@d16 1
@


1.3
log
@${PERL} -> ${REINPLACE_CMD}

PR:		39587, 39589, 39590
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	1.2
@


1.2
log
@upgrade to 1.2
take maintainership

PR:		38403
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d19 2
d24 1
a24 1
	@@${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \
@


1.1
log
@add nomarch
Extracts files from the old `.arc' archive format
@
text
@d10 1
a10 1
PORTVERSION=	1.1
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@

