freebsd-ports/x11-clocks/xfce4-datetime-plugin/Makefile
Oliver Lehmann 6f4ce81280 Welcome XFCE 4.8 to the portstree!
Special Thanks to:      miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-03 10:12:30 +00:00

27 lines
651 B
Makefile

# 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
PORTVERSION= 0.6.1
PORTREVISION= 9
CATEGORIES= x11-clocks xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A datetime plugin for xfce
USE_GMAKE= yes
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>