freebsd-ports/sysutils/xfce4-diskperf-plugin/Makefile
William Grzybowski e6a561e69a sysutils/xfce4-diskperf-plugin: Graphical representation of the disk IO
Panel plugin to display a graphical representation of the disks IO.

WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin/

PR:		ports/182042
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-09-12 16:09:14 +00:00

36 lines
797 B
Makefile

# Created by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
# $FreeBSD$
PORTNAME= xfce4-diskperf-plugin
PORTVERSION= 2.5.4
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Graphical representation of the disk IO
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
USES= gmake pkgconfig
LDFLAGS+= -ldevstat
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
.include <bsd.port.options.mk>
post-patch:
.if empty(PORT_OPTIONS:MNLS)
@${REINPLACE_CMD} -e 's|[[:blank:]]po||' \
-e 's|po$$||' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>