freebsd-ports/sysutils/xfce4-genmon-plugin/Makefile

22 lines
512 B
Makefile
Raw Normal View History

# Created by: Matt Lancereau <ports@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-genmon-plugin
2017-02-25 16:51:01 +01:00
PORTVERSION= 4.0.0
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Generic Monitor Xfce4 panel plugin
LICENSE= LGPL21
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
2017-02-25 16:51:01 +01:00
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= glib20 gtk30 intltool cairo gdkpixbuf2
USE_XFCE= panel
.include <bsd.port.mk>