mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
963276605b
- Add LICENSE - Remove 'Author' in pkg-descr
26 lines
571 B
Makefile
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>
|