1# Created by: Martin Wilke (miwi@FreeBSD.org) 2 3PORTNAME= xfce4-datetime-plugin 4PORTVERSION= 0.8.3 5CATEGORIES= x11-clocks xfce 6MASTER_SITES= XFCE/panel-plugins 7DIST_SUBDIR= xfce4 8 9MAINTAINER= ports@MidnightBSD.org 10COMMENT= Datetime panel plugin for the Xfce desktop 11 12LICENSE= gpl2 13 14USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ 15 tar:bzip2 xfce 16USE_GNOME= cairo gtk30 intltool 17USE_XFCE= panel 18 19GNU_CONFIGURE= yes 20INSTALLS_ICONS= yes 21INSTALL_TARGET= install-strip 22 23OPTIONS_DEFINE= NLS 24OPTIONS_SUB= yes 25 26NLS_CONFIGURE_ENABLE= nls 27NLS_USES= gettext-runtime 28 29.include <bsd.port.mk> 30