blob: 80b7df2734bed541c0a5cc1419929aaa51ad7957 (
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
|
# Created by: ports@c0decafe.net <ports@c0decafe.net>
# $FreeBSD$
#
PORTNAME= thunar-archive-plugin
PORTVERSION= 0.3.0
PORTREVISION= 7
CATEGORIES= archivers xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Archive plugin for the Thunar File Manager
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_XFCE= configenv libexo thunar
USES= gettext
INSTALLS_ICONS= yes
USE_GNOME= desktopfileutils intltool
USE_GMAKE= yes
.include <bsd.port.mk>
|