freebsd-ports/net/gkrellm_snmp/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
739 B
Makefile

# New ports collection makefile for: gkrellm_snmp
# Date created: 10/09/2000
# Whom: Eike Bernhardt <eike.bernhardt@gmx.de>
#
# $FreeBSD$
#
PORTNAME= gkrellm_snmp
PORTVERSION= 0.14
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://triq.net/gkrellm/
MAINTAINER= eike.bernhardt@gmx.de
COMMENT= A gkrellm SNMP Monitor
LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/gkrellm_snmp.so
USE_GNOME= imlib
MAKE_ENV= GKRELLM_INCLUDE="-I${LOCALBASE}/include/gkrellm/" \
PLUGIN_DIR="${LOCALBASE}/libexec/gkrellm/plugins/"
.include <bsd.port.mk>