freebsd-ports/x11-clocks/xfce4-datetime-plugin/Makefile
Olivier Duchateau 86fd231533 - Update to 0.7.0
- Sort USES
- Rewrite pkg-descr
2017-02-25 18:37:06 +00:00

22 lines
522 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-datetime-plugin
PORTVERSION= 0.7.0
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Datetime panel plugin for the Xfce desktop
LICENSE= GPLv2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= gtk30 intltool cairo
USE_XFCE= panel
.include <bsd.port.mk>