blob: 6a0a9edfc7de477f1beeb2837fc4af9416b9ec6e (
plain)
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
30
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= dashboard
PORTVERSION= 0.2.3
CATEGORIES= x11 xfce
MASTER_SITES= http://xfdashboard.froevel.de/releases/
PKGNAMEPREFIX= xfce4-
DISTNAME= xfdashboard-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= GNOME shell like dashboard for the Xfce desktop
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libclutter-1.0.so:${PORTSDIR}/graphics/clutter
RUN_DEPENDS= gnome-icon-theme-symbolic>=3.6.2:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic
GNU_CONFIGURE= yes
USES= pkgconfig libtool gmake perl5 gettext tar:bzip2
USE_GNOME= glib20 libwnck intltool intlhack
USE_XFCE= configenv garcon xfconf
USE_XORG= x11 xcomposite xdamage
USE_GL= gl
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|