2b1942e637
update sysutils/garcon to 0.1.8 update sysutils/xfce4-utils to 4.8.2 update x11-wm/xfce4-panel to 4.8.5 update x11/Terminal to 0.4.8 bump PORTREVISION of affected ports PR: ports/157768, ports/158144, ports/158145, ports/158148, ports/158170 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
27 lines
636 B
Makefile
27 lines
636 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.3.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= archivers xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=/src/thunar-plugins//${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
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 intltool
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|