freebsd-ports/x11-clocks/xfce4-timer-plugin/Makefile
Piotr Kubaj dba1ef5edf Fix optional xfce ports on GCC architectures.
All of them need C11 compiler.

Approved by:	mentors (implicit approval)
2019-10-02 08:32:22 +00:00

31 lines
600 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-timer-plugin
PORTVERSION= 1.7.0
PORTREVISION= 2
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Timer plugin for Xfce
LICENSE= GPLv2
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gtk30 intltool
USE_XFCE= panel
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>