mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# New ports collection makefile for: xfce-systemload-plugin
|
|
# Date created: 31 June 2003
|
|
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce4-systemload-plugin
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils xfce
|
|
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= thorsten.greiner@web.de
|
|
COMMENT= System Load plugin for XFce4
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|
USE_XFCE= configenv panel
|
|
|
|
.include <bsd.port.mk>
|