1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11-clocks/xfce4-timer-out-plugin/Makefile
Olivier Duchateau 3896da7367 - Support STAGEDIR
- Use USES= gmake
- Add LICENSE
2014-01-29 15:24:59 +00:00

25 lines
541 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-time-out-plugin
PORTVERSION= 1.0.1
PORTREVISION= 2
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
USE_BZIP2= yes
INSTALLS_ICONS= yes
USES= gettext pkgconfig gmake
GNU_CONFIGURE= yes
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
.include <bsd.port.mk>