head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.25.09.08.37;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.19.17.46.08;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.03.05.14.02;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.28.12.01.09;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.27.18.31.48;	author skv;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	liblzxcomp
# Date created:	   27 Feb 2005
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/archivers/liblzxcomp/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	liblzxcomp
PORTVERSION=	20020619
CATEGORIES=	archivers
MASTER_SITES=	http://www.speakeasy.org/~russotto/chm/
DISTNAME=	lzx_compress

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	LZX compression library

USE_LDCONFIG=	YES
SHLIB_MAJOR=	1
PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"

MAN3=		lzxcomp.3
MANCOMPRESSED=	yes

.if defined(NOPROFILE)
PLIST_SUB+=	PROFILE="@@comment "
.else
PLIST_SUB+=	PROFILE=""
.endif

post-patch:
	${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
	@@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
		${FILESDIR}/Makefile > ${WRKSRC}/Makefile
	${REINPLACE_CMD} -i '' -e 's|stdint|sys/types|' \
		${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzx_layer.c
	${MV} ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzxcomp.3

.include <bsd.port.mk>
@


1.5
log
@- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@a16 2
MAKE_ENV=	PREFIX=${PREFIX}

@


1.3
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d19 1
a19 1
INSTALLS_SHLIB=	YES
@


1.2
log
@Install lzx_constants.h too.
@
text
@a17 1
USE_REINPLACE=	yes
@


1.1
log
@Add liblzxcomp 20020618, LZX compression library.
@
text
@d9 1
a9 1
PORTVERSION=	20020618
@

