freebsd-ports/x11-clocks/xfce4-timer-out-plugin/Makefile
Martin Wilke 689f3ab543 - Update to 1.0.0
PR:		ports/153475
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-17 15:46:52 +00:00

26 lines
628 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-time-out-plugin
PORTVERSION= 1.0.0
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 timer out plugin for xfce
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
.include <bsd.port.mk>