head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


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

1.15
date	2012.06.03.12.14.36;	author cs;	state Exp;
branches;
next	1.14;

1.14
date	2011.09.23.22.20.52;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.15.12.33.20;	author cs;	state Exp;
branches;
next	1.12;

1.12
date	2010.07.11.13.29.50;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.23.21.16.04;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.09.03.49.37;	author perky;	state Exp;
branches;
next	1.9;

1.9
date	2008.08.14.04.59.58;	author perky;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.04.11.40.37;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2007.02.12.12.29.48;	author perky;	state Exp;
branches;
next	1.6;

1.6
date	2006.08.12.03.18.48;	author perky;	state Exp;
branches;
next	1.5;

1.5
date	2006.04.22.04.21.00;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.23.04.52.56;	author perky;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.21.16.27.41;	author perky;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.26.09.07.35;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.23.09.40.07;	author perky;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	unalz
# Date created:		23 October 2004
# Whom:			Hye-Shik Chang
#
# $FreeBSD: head/archivers/unalz/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	unalz
PORTVERSION=	0.65
CATEGORIES=	archivers
MASTER_SITES=	http://www.kipple.pe.kr/win/unalz/ \
		http://www.c-s.li/ports/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Extracts AlZip archives

LICENSE_FILE=	${WRKSRC}/readme.txt

USE_ICONV=	yes
PLIST_FILES=	bin/unalz
MAKEFILE=	Makefile.freebsd
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
WRKSRC=		${WRKDIR}/unalz

pre-patch:
	cd ${WRKSRC} && for f in `find . -name '*.c' -o -name '*.h'`; do \
		${TR} -d '\015' < ${WRKSRC}/$$f > ${WRKSRC}/$$f.tmp && \
		${MV} -f ${WRKSRC}/$$f.tmp ${WRKSRC}/$$f; \
	done
	${REINPLACE_CMD} -e 's|CPP = g++|CPP = ${CXX}|' \
			-e "s|CC  =|CC  ?=|" \
			${WRKSRC}/Makefile

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

.include <bsd.port.mk>
@


1.15
log
@Set maintainership back to ports@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d15 1
a15 1
MAINTAINER=	cs@@FreeBSD.org
@


1.13
log
@Change maintainer address to my FreeBSD address

Approved by:	wen@@ (mentor)
@
text
@d23 2
a24 2
MAKE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
@


1.12
log
@- Update to 0.65.
- Pass maintainership to submitter.

PR:		ports/148453
Submitted by:	C-S <c-s@@c-s.li>
@
text
@d15 1
a15 1
MAINTAINER=	c-s@@c-s.li
@


1.11
log
@Reset perky@@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.63
d11 2
a12 1
MASTER_SITES=	http://www.kipple.pe.kr/win/unalz/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 2
@


1.10
log
@Update to 0.63

PR:		137583
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
@
text
@d14 1
a14 1
MAINTAINER=	perky@@FreeBSD.org
@


1.9
log
@Update to 0.62
@
text
@d9 1
a9 1
PORTVERSION=	0.62
@


1.8
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
@d9 1
a9 1
PORTVERSION=	0.60
@


1.7
log
@Update to 0.60
@
text
@d34 1
a34 1
	${INSTALL_PROGRAM} ${WRKSRC}/unalz ${TARGETDIR}/bin
@


1.6
log
@- Respect DESTDIR
- Respect CC/CXX
- Bump PORTREVISION

PR:		101807
Submitted by:	gabor
@
text
@d9 1
a9 2
PORTVERSION=	0.55
PORTREVISION=	1
@


1.5
log
@Update to 0.55
@
text
@d10 1
d30 3
d35 1
a35 1
	${INSTALL_PROGRAM} ${WRKSRC}/unalz ${PREFIX}/bin
@


1.4
log
@Fix build on -STABLE.

Spotted by:	kris
@
text
@d9 1
a9 1
PORTVERSION=	0.53
@


1.3
log
@Update to 0.53.
This version fixes a buffer overflow security vulnerability.

Spotted by:	naddy
@
text
@d24 6
@


1.2
log
@Update to 0.31
@
text
@d9 1
a9 1
PORTVERSION=	0.31
d22 1
@


1.1
log
@Add unalz 0.20,
unarchiver for AlZip compressed files.
@
text
@d9 1
a9 1
PORTVERSION=	0.20
a11 1
DISTNAME=	${PORTNAME}
d17 1
a17 1
USE_REINPLACE=	yes
d19 3
a21 7
MAKEFILE=	makefile
MAKE_ENV=	CC="${CC} ${CFLAGS}" CPP="${CXX} ${CXXFLAGS}"

post-patch:
.for f in UnAlz.cpp UnAlz.h
	${REINPLACE_CMD} 's/SIG_ERR/ALZ_SIG_ERR/g' ${WRKSRC}/$f
.endfor
@

