head	1.15;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	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
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


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

1.14
date	2011.05.19.18.25.56;	author sylvio;	state Exp;
branches;
next	1.13;

1.13
date	2009.11.27.22.52.12;	author sylvio;	state Exp;
branches;
next	1.12;

1.12
date	2009.09.19.17.07.39;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.20.09.19.32;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.27.14.17.52;	author vs;	state Exp;
branches;
next	1.9;

1.9
date	2004.07.09.17.12.38;	author krion;	state Exp;
branches;
next	1.8;

1.8
date	2004.05.11.01.37.20;	author eik;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.17.12.28.51;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.07.14.02.35.45;	author sf;	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.06.19.08.18.05;	author sobomax;	state Exp;
branches;
next	1.3;

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

1.2
date	2002.05.21.16.47.20;	author dwcjr;	state Exp;
branches;
next	1.1;

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


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	lbrate
# Date created:			26 August 2001
# Whom:				Gea-Suan Lin (gslin@@ccca.nctu.edu.tw)
#
# $FreeBSD: head/archivers/lbrate/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	lbrate
PORTVERSION=	1.1
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	utils/compress

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	Extract/decompress CP/M LBR archives

LICENSE=	GPLv2

MAKE_ARGS=	CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"

MAN1=		lbrate.1
PORTDOCS=	ChangeLog README TODO
PLIST_FILES=	bin/lbrate

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/lbrate ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/lbrate.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif

.include <bsd.port.mk>
@


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


1.13
log
@- Update my mail address to FreeBSD

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


1.12
log
@- Pass maintainership to submitter

PR:		138587 138586 138584
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
Feature safe:	yes
@
text
@d15 1
a15 1
MAINTAINER=	scjamorim@@bsd.com.br
@


1.11
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@Cleanup, use MAKE_ARGS instead of Makefile-patch
@
text
@a17 1
USE_GETOPT_LONG=	yes
@


1.9
log
@- Use MASTER_SITE_SUNSITE to MASTER_SITES
- Strip binary
- Utilize PLIST_FILES

PR:		ports/68857
Submitted by:	Ports Fury
@
text
@d19 1
a19 1
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
d22 1
a22 1
PORTDOCS=	${DOC_FILES}
a24 2
DOC_FILES=	ChangeLog README TODO

d30 1
a30 3
.for FILE in ${DOC_FILES}
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
@


1.8
log
@Drop maintainership.

PR:		66502
Submitted by:	Gea-Suan Lin <gslin@@netnews.NCTU.edu.tw> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 2
a13 1
MASTER_SITES=	ftp://ftp.ibiblio.org/pub/Linux/utils/compress/
d18 2
a19 3
USE_GETOPT_LONG=yes
MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" \
		LDFLAGS="${LDFLAGS}"
d22 2
d25 5
a29 1
post-install:
d32 2
a33 2
.for FILE in COPYING ChangeLog README TODO
	@@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
@


1.7
log
@USE_REINPLACE need be defined only when REINPLACE_CMD is used.
@
text
@d14 1
a14 1
MAINTAINER=	gslin@@ccca.nctu.edu.tw
@


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


1.5
log
@De-pkg-comment.
@
text
@d10 1
d17 1
a17 2
LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt

d19 2
a22 4

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


1.4
log
@Add USE_REINPLACE where appropriate.
@
text
@d14 1
@


1.3
log
@Use ${REINPLACE_CMD} instead of ${PERL}

PR:	39238, 39239, 39240, 39241
Submitted by:	maintainer
@
text
@d17 2
@


1.2
log
@Update to 1.1

PR:		38232
Submitted by:	maintainer
@
text
@d20 2
a21 2
	@@${PERL} -pi -e "s,^CC,#CC,g ; s,^PREFIX,#PREFIX,g ; \
		s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
@


1.1
log
@add lbrate
Extract/decompress CP/M LBR archives

PR:		30087
Submitted by:	Gea-Suan Lin <gslin@@infomath.math.nctu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@

