1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11-clocks/xfce4-datetime-plugin/Makefile
Tijl Coosemans 13dcb08d13 - USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
2014-07-01 18:37:04 +00:00

25 lines
591 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-datetime-plugin
PORTVERSION= 0.6.2
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= Datetime panel plugin for the Xfce desktop
LICENSE= GPLv2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USES= gettext gmake libtool pkgconfig tar:bzip2
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
.include <bsd.port.mk>