aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/xfce4-timer-out-plugin/Makefile
blob: 7e00825af649426dae7aac8df2e64f4060b3bd48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$

PORTNAME=   xfce4-time-out-plugin
PORTVERSION=    1.0.1
PORTREVISION=   4
CATEGORIES= x11-clocks xfce
MASTER_SITES=   ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR=    xfce4

MAINTAINER= xfce@FreeBSD.org
COMMENT=    Timer out plugin for Xfce

LICENSE=    GPLv2

GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USES=       gettext gmake libtool pkgconfig xfce tar:bzip2
USE_GNOME=  gtk20 intltool intlhack
USE_XFCE=   panel

.include <bsd.port.mk>