head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	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.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.12.18.06.44.42;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.14.15.53.43;	author itetcu;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.03.05.14.04;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.14.22.26.08;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.01.10.27.16;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.13.08.21.01;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.17.09.06.47;	author markp;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309145
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309145 | danfe | 2012-12-18 06:41:26 +0000 (Tue, 18 Dec 2012) | 2 lines
## SVN ##
## SVN ## Cleanup Makefile and port description.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Yonatan <onatan@@gmail.com>
# $FreeBSD: head/archivers/wzip/Makefile 309145 2012-12-18 06:41:26Z danfe $

PORTNAME=	wzip
PORTVERSION=	1.1.1
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	onatan@@gmail.com
COMMENT=	Preprocessor for lossy data compression

ALL_TARGET=	${PORTNAME}
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1=		${PORTNAME}.1
PLIST_FILES=	bin/${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/${MAKEFILE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    wzip
# Date created:		06 Jan 2003
# Whom:			Yonatan <onatan@@gmail.com>
#
# $FreeBSD: head/archivers/wzip/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d8 1
a8 1
DISTNAME=	wzip_${PORTVERSION}
d11 1
a11 1
COMMENT=	A preprocessor for lossy data compression
d13 4
a16 4
ALL_TARGET=	wzip
WRKSRC=		${WRKDIR}/wzip-${PORTVERSION}
MAN1=		wzip.1
PLIST_FILES=	bin/wzip
d19 1
a19 2
	@@${REINPLACE_CMD} 's|gcc|${CC}|' \
		${WRKSRC}/${MAKEFILE}
d22 2
a23 2
	${INSTALL_PROGRAM} ${WRKSRC}/wzip ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/wzip.1 ${PREFIX}/man/man1
@


1.6
log
@- update to 1.1.1
- remove pkg-plist and add PLIST_FILES in the Makefile

PR:		ports/97245
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de>
Approved by:	"Jonatan B" <onatan@@gmail.com> (maintainer),
		lawrance (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d11 1
a11 1
MASTER_SITES=	http://ftp.debian.org/debian/pool/main/w/wzip/
d20 1
@


1.4
log
@- Update maintainer's email address

PR:		ports/73939
Submitted by:	Yonatan <onatan@@gmail.com> (maintainer)
@
text
@a19 1
USE_REINPLACE=	yes
@


1.3
log
@- Respect CC

PR:		ports/65030
Submitted by:	michael johnson <ahze@@ahze.net>
@
text
@d3 1
a3 1
# Whom:			Yonatan <Yonatan@@xpert.com>
d14 1
a14 1
MAINTAINER=	Yonatan@@xpert.com
@


1.2
log
@- Update to 1.1

PR:		55524
Submitted by:	maintainer
@
text
@d20 5
@


1.1
log
@Add wzip 1.0, a preprocessor for lossy data compression.

PR:		46829
Submitted by:	Yonatan <Yonatan@@xpert.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@

