d76b5f5846
user exits the account and logins again, only a label is shown. Provide a patch to fix this. Obtained from: https://bugs.archlinux.org/task/23484 Feature safe: yes
28 lines
652 B
Makefile
28 lines
652 B
Makefile
# New ports collection makefile for: xfce4-genmon-plugin
|
|
# Date created: 2004-09-12
|
|
# Whom: Matt Lancereau <ports@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce4-genmon-plugin
|
|
PORTVERSION= 3.3.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
|
|
USE_XFCE= configenv libgui panel
|
|
|
|
CONFIGURE_ENV+= ac_cv_prog_AWK="${AWK}"
|
|
|
|
.include <bsd.port.mk>
|