freebsd-ports/archivers/thunar-archive-plugin/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
633 B
Makefile

# 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>