freebsd-ports/net/gkrellm_snmp/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +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= 4
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>