freebsd-ports/x11-clocks/xfce4-datetime-plugin/Makefile

26 lines
594 B
Makefile
Raw Normal View History

# New ports collection makefile for: datetimer plugin for xfce4
# Date created: 02 February 2007
# Whom: Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xfce4-datetime-plugin
2008-07-14 18:37:58 +02:00
PORTVERSION= 0.6.0
CATEGORIES= x11-clocks xfce
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A datetime plugin for xfce
USE_GMAKE= yes
2008-07-14 18:37:58 +02:00
USE_BZIP2= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
.include <bsd.port.mk>