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


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

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

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

1.12
date	2007.08.04.11.40.38;	author gabor;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2006.04.04.09.31.05;	author ehaupt;	state Exp;
branches;
next	1.8;

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

1.7
date	2005.08.29.13.07.08;	author sem;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.05.20.36.53;	author trevor;	state Exp;
branches;
next	1.5;

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

1.4
date	2002.11.10.16.44.59;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.43.42;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.22.05.51.51;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.03.04.42.52;	author will;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	unlzx
# Date created:				Sat 3 June 2000
# Whom:					will
#
# $FreeBSD: head/archivers/unlzx/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	unlzx
PORTVERSION=	1.1
CATEGORIES=	archivers
MASTER_SITES=	CRITICAL
DISTNAME=	${PORTNAME}.c
EXTRACT_SUFX=	.gz

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Extracts .lzx archives from Amiga systems

MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/unlzx

do-extract:
	${MKDIR} ${WRKSRC}
	${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${DISTNAME}

do-build:
	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.14
log
@Mark MAKE_JOBS_SAFE
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Use MASTER_SITE_CRITICAL
@
text
@d18 2
@


1.12
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.11
log
@Respect DESTDIR
@
text
@d29 1
a29 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
@


1.10
log
@Add an additional mirror.
@
text
@d29 1
a29 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@


1.9
log
@- Remove WWW (file disappeared)
- Update MASTER_SITE
@
text
@d11 2
a12 1
MASTER_SITES=	http://critical.ch/distfiles/
@


1.8
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@d11 1
a11 3
MASTER_SITES=	ftp://de.aminet.net/pub/aminet/misc/unix/ \
		ftp://us.aminet.net/pub/aminet/misc/unix/ \
		http://critical.ch/distfiles/
@


1.7
log
@- Update to 1.1
- Enhance MASTER_SITES
- Add WWW in pkg-descr
- Pass maintainership to submitter

PR:		ports/84985
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d17 1
a17 1
MAINTAINER=	ehaupt@@critical.ch
@


1.6
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d12 2
a13 1
		ftp://us.aminet.net/pub/aminet/misc/unix/
d15 1
a15 1
EXTRACT_SUFX=	.Z
d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
a19 1
NO_WRKSUBDIR=		yes
d23 2
a24 2
	${MKDIR} ${WRKDIR}
	${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
d27 1
a27 1
	cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c
d30 1
a30 1
	${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin
@


1.5
log
@De-pkg-comment.
@
text
@d20 1
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Extracts .lzx archives from Amiga systems

@


1.2
log
@Unleash all of these ports upon the people.  I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/unlzx/Makefile,v 1.1 2000/06/03 04:42:52 will Exp $
d17 2
@


1.1
log
@Add unlzx, an utility which can extract LZX archives from Amiga systems.

Obtained from:	NetBSD
@
text
@d5 1
a5 1
# $FreeBSD$
d16 1
a16 1
MAINTAINER=	will@@FreeBSD.org
@

