aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-places-plugin/Makefile
blob: b1d8f0de6679ea871cf6987b78482df62880e885 (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
# New ports collection makefile for:	xfce4-places-plugin
# Date created:		2007-03-23
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	xfce4-places-plugin
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	sysutils xfce
MASTER_SITES=	http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.2/
DIST_SUBDIR=	xfce4
#DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	A file browser launcher for XFce4 panel plugin

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
USE_GNOME=	gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE=	configenv panel thunar

.include <bsd.port.mk>