1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/xfce4-genmon-plugin/Makefile
Olivier Duchateau 963276605b - Remove USES= pathfix
- Add LICENSE
- Remove 'Author' in pkg-descr
2014-01-30 14:24:56 +00:00

26 lines
571 B
Makefile

# Created by: Matt Lancereau <ports@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-genmon-plugin
PORTVERSION= 3.4.0
PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Generic Monitor Xfce4 panel plugin
LICENSE= LGPL21
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext pkgconfig gmake
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
.include <bsd.port.mk>