2003-08-01 16:35:59 +02:00
|
|
|
# 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
|
2012-07-18 20:46:28 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2003-08-16 23:29:37 +02:00
|
|
|
CATEGORIES= sysutils xfce
|
2010-12-27 20:56:57 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2003-08-01 16:35:59 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2012-07-18 20:46:28 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2003-08-01 16:35:59 +02:00
|
|
|
COMMENT= System Load plugin for XFce4
|
|
|
|
|
2012-07-18 20:46:28 +02:00
|
|
|
LIB_DEPENDS= upower-glib.1:${PORTSDIR}/sysutils/upower
|
|
|
|
|
2003-08-01 16:35:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2010-12-27 20:56:57 +01:00
|
|
|
USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
|
2012-07-18 20:46:28 +02:00
|
|
|
USE_XFCE= configenv libmenu libutil panel
|
2010-12-27 20:56:57 +01:00
|
|
|
|
2012-07-18 20:46:28 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_DEFAULT= NLS
|
2010-12-27 20:56:57 +01:00
|
|
|
|
2012-07-18 20:46:28 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2010-12-27 20:56:57 +01:00
|
|
|
|
2012-07-18 20:46:28 +02:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2010-12-27 20:56:57 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
2003-08-01 16:35:59 +02:00
|
|
|
|
2012-07-18 20:46:28 +02:00
|
|
|
.include <bsd.port.mk>
|