mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
73372817a3
WWW: http://xfdashboard.froevel.de/ Obtained from: Xfce dev repository
31 lines
817 B
Makefile
31 lines
817 B
Makefile
# 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>
|