head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.07.17.20.40.36;	author olivierd;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.01.05.15.47;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.23.22.20.52;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.31.01.57.18;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2010.03.28.06.30.32;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.05.11.33.49;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.31.13.48.43;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2008.12.01.00.20.22;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.23.16.24.11;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.13.02.32;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.03.27.23.07.56;	author gahr;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:   xarchiver
# Date created:        27 Mart 2008
# Whom:            Andreev Maxim
#
# $FreeBSD: head/archivers/xarchiver/Makefile 301036 2012-07-17 20:40:36Z olivierd $
#

PORTNAME=	xarchiver
PORTVERSION=	0.5.2
PORTREVISION=	6
CATEGORIES=	archivers
MASTER_SITES=	SF

MAINTAINER=	andreevmaxim@@gmail.com
COMMENT=	Desktop-agnostic GTK+2 frontend to various archiving tools

RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_GNOME=	glib20 gtk20 intltool pkgconfig desktopfileutils
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes

.include <bsd.port.options.mk>

.if !empty(PORT_OPTIONS:MNLS)
USE_GETTEXT=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
PLIST_SUB+=	NLS=""
.else
PLIST_SUB+=	NLS="@@comment "
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|;multipart/x-zip||' \
		${WRKSRC}/xarchiver.desktop.in
.if defined(NOPORTDOCS)
	@@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
.endif
.if empty(PORT_OPTIONS:MNLS)
	@@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in
.endif

post-install:
	@@-update-desktop-database

.include <bsd.port.mk>
@


1.11
log
@SVN rev 301036 on 2012-07-17 20:40:36Z by olivierd

- Avoid warning of update-desktop-database command, when we delete
application (.desktop file).
- Convert to new options framework

PR:	163924
Approved by:	miwi, rene (mentors), maintainer timeout (6 months)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- update png to 1.5.10
@
text
@d10 1
a10 1
PORTREVISION=	5
d21 1
a21 1
USE_GNOME=	glib20 gtk20 intltool pkgconfig
d25 1
a25 1
.include <bsd.port.pre.mk>
d27 1
a27 1
.if !defined(WITHOUT_NLS)
d37 2
d40 1
a40 1
	${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
d42 2
a43 2
.if defined(WITHOUT_NLS)
	${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in
d46 4
a49 1
.include <bsd.port.post.mk>
@


1.9
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
@d10 1
a10 1
PORTREVISION=	4
@


1.8
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d29 2
a30 2
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.7
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.5
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Update to 0.5.2

PR:		ports/129237
Submitted by:	tabthorpe
Approved by:	Andreev Maxim <andreevmaxim gmail.com> (maintainer)
@
text
@d10 1
@


1.3
log
@- Update to 0.5.0

PR:		128650
Submitted by:	Bernhard Froehlich <decke@@bluelife.at>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	0.5.0
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.4.6
PORTREVISION=	1
d16 2
d24 11
d39 3
d43 1
a43 1
.include <bsd.port.mk>
@


1.1
log
@Xarchiver is a Desktop Environment independent archiver frontend.
All common archive types are supported. RPM and ISO are handled without
rpm or isodump executables.

PR:		122149
Submitted by:	Andreev Maxim <andreevmaxim@@gmail.com>
Approved by:	miwi (mentor)
@
text
@d10 1
@

