freebsd-ports/x11-clocks/xfce4-timer-plugin/Makefile
Rene Ladan b084164257 Update to 0.6.4
Some bugfixes, added icon and Taiwanese localization.
2012-02-08 22:32:05 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: timer plugin for xfce4
# Date created: 23 Januar 2007
# Whom: Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xfce4-timer-plugin
PORTVERSION= 0.6.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= A timer plugin for Xfce
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
.include <bsd.port.mk>