head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


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

1.4
date	2012.08.03.02.21.37;	author wxs;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.23.14.05.31;	author cs;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.23.22.20.50;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.31.03.53.28;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:    unrar4
# Date created:				30 May 2011
# Whom:					Joris Vandalon
#
# $FreeBSD: head/archivers/libunrar4/Makefile 301877 2012-08-03 02:21:37Z wxs $
#

PORTNAME=	libunrar4
PORTVERSION=	4.2.4
CATEGORIES=	archivers
MASTER_SITES=	http://www.rarlab.com/rar/
DISTNAME=	unrarsrc-${PORTVERSION}

MAINTAINER=	joris@@vandalon.nl
COMMENT=	Library to work with RAR archives

WRKSRC=		${WRKDIR}/unrar

USE_GMAKE=	yes
MAKEFILE=	makefile.unix
ALL_TARGET=	lib
USE_LDCONFIG=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so ${PREFIX}/lib/libunrar.so.4
	cd ${PREFIX}/lib && ${LN} -sf libunrar.so.4 libunrar.so
	${MKDIR} ${PREFIX}/include/libunrar4
	${INSTALL_DATA} ${WRKSRC}/dll.hpp ${PREFIX}/include/libunrar4/dll.hpp

.include <bsd.port.mk>
@


1.4
log
@SVN rev 301877 on 2012-08-03 02:21:37Z by wxs

Update to 4.2.1

PR:		ports/170257
Submitted by:	Joris Vandalon <joris@@vandalon.nl> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@SVN rev 301396 on 2012-07-23 14:05:31Z by cs

Fix typos in COMMENT
@
text
@d9 1
a9 1
PORTVERSION=	4.0.7
d25 2
a26 2
	${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so.3 ${PREFIX}/lib/
	cd ${PREFIX}/lib && ${LN} -sf libunrar.so.3 libunrar.so
@


1.2
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
COMMENT=	Library to work with RAR archivies
@


1.1
log
@    The UnRAR library is a minor part of the RAR archiver and contains
    RAR uncompression algorithm. UnRAR requires very small volume of
    memory to operate.
    UnRAR library can be used by other programs to extract RAR archives.
    This package contains small fixes from the http://mcmcc.bat.ru/clamav/.

WWW: http://www.rarsoft.com/

PR:		ports/157421
Submitted by:	Joris Vandalon <joris@@vandalon.nl>
@
text
@a20 1
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
@

