aboutsummaryrefslogtreecommitdiff
path: root/archivers/thunar-archive-plugin/Makefile
blob: 03d567b6916982538fc4ea5bf295622a6e800136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	thunar-archive-plugin
# Date created:		2008-07-27
# Whom:			ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#

PORTNAME=	thunar-archive-plugin
PORTVERSION=	0.2.4
PORTREVISION=	6
CATEGORIES=	archivers xfce
MASTER_SITES=	BERLIOS
MASTER_SITE_SUBDIR=	xfce-goodies

MAINTAINER=	ports@c0decafe.net
COMMENT=	Archive plugin for the Thunar File Manager

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_XFCE=	configenv libexo thunar
USE_GETTEXT=	yes
INSTALLS_ICONS=	yes
USE_GNOME=	desktopfileutils

post-patch:
	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' \
	    ${WRKSRC}/configure

.include <bsd.port.mk>