head	1.14;
access;
symbols
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2008.06.17.21.47.05;	author araujo;	state dead;
branches;
next	1.13;

1.13
date	2008.06.05.20.29.26;	author araujo;	state Exp;
branches;
next	1.12;

1.12
date	2008.05.22.19.56.26;	author tabthorpe;	state Exp;
branches;
next	1.11;

1.11
date	2007.04.10.09.48.07;	author leeym;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.29.23.51.50;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.23.08.19.11;	author lawrance;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.03.05.14.02;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.02.23.10.34.20;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.15.06.47.47;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2005.08.01.16.57.25;	author lawrance;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.12.13.00.30;	author lawrance;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.12.03.24.47;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.11.08.01.18;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.14.00.13.20;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.14
log
@- Repocopy archivers/orange to archivers/liborange.
- Update to 0.3.2.

PR:		ports/124402
Submitted by:	Alexander Logvinov <ports@@logvinov.com> (maintainer)
@
text
@# New ports collection makefile for:	orange
# Date Created:				January 2005
# Whom:					Sam Lawrance <boris@@brooknet.com.au>
#
# $FreeBSD: ports/archivers/orange/Makefile,v 1.13 2008/06/05 20:29:26 araujo Exp $
#

PORTNAME=	orange
PORTVERSION=	0.3
PORTREVISION= 	2
CATEGORIES=	archivers
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	synce

MAINTAINER=	ports@@logvinov.com
COMMENT=	Extract Microsoft Cabinet files from self-extracting installers

LIB_DEPENDS=	synce.0:${PORTSDIR}/palm/synce-libsynce \
		rapi.2:${PORTSDIR}/palm/synce-librapi2 \
		dynamite.0:${PORTSDIR}/archivers/libdynamite \
		unshield.0:${PORTSDIR}/archivers/unshield

USE_AUTOTOOLS=	libtool:15
GNU_CONFIGURE=	yes
USE_GNOME=	gnometarget
CONFIGURE_ARGS=	--with-libsynce=${LOCALBASE}
USE_ICONV=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>
@


1.13
log
@- Update is needed because dynamite has been renamed to libdynamite.
- Bump PORTREVISION.

PR:		ports/123941
Submitted by:	Alexander Logvinov <ports@@logvinov.com)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Pass maintainership to submitter

PR:		ports/123886
Submitted by:	Alexander Logvinov <ports@@logvinov.com>
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
d20 1
a20 1
		dynamite.0:${PORTSDIR}/archivers/dynamite \
@


1.11
log
@- minor fixes to make portlint happier
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@Use libtool port instead of included version to avoid a.out objformat botch
@
text
@d25 1
a25 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
d28 1
a28 1
INSTALLS_SHLIB=	yes
d30 1
a30 11
.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's|-Werror||' \
		${WRKSRC}/lib/Makefile.in \
		${WRKSRC}/src/Makefile.in
.if ${OSVERSION} < 500000
	@@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/lib/inno.h
.endif

.include <bsd.port.post.mk>
@


1.9
log
@Drop maintainership.
@
text
@d23 1
@


1.8
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d15 1
a15 1
MAINTAINER=	lawrance@@FreeBSD.org
@


1.7
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@a26 1
USE_REINPLACE=	yes
@


1.6
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
a26 1
USE_AUTOTOOLS=	libtool:15
@


1.5
log
@Update to 0.3

PR:		ports/84330
Submitted by:	Andrej Zverev <az@@inec.ru>
@
text
@d26 1
a26 1
USE_LIBTOOL_VER=15
@


1.4
log
@Set my ports to their shiny new MAINTAINER address.

Approved by:	clement (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.2
@


1.3
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d14 1
a14 1
MAINTAINER=	boris@@brooknet.com.au
@


1.2
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d23 1
a23 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.1
log
@[NEW PORT] archivers/orange: Extract Microsoft Cabinet files from self-extracting installers

	Orange is a tool and library for squeezing out juicy
	installable Microsoft Cabinet Files from self-extracting
	installers for Microsoft Windows.

	Supported installers include VISE, InstallShield, Setup
	Factory and more.

	WWW: http://synce.sourceforge.net

PR:		ports/76030
Submitted by:	Sam Lawrance <boris@@brooknet.com.au>
@
text
@d23 1
a23 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@

