mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
643 B
Makefile
25 lines
643 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.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://triq.net/gkrellm/
|
|
|
|
MAINTAINER= eike.bernhardt@gmx.de
|
|
|
|
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/ucd-snmp
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
MAKE_ENV= GKRELLM_INCLUDE="-I${X11BASE}/include/gkrellm/" \
|
|
PLUGIN_DIR="${X11BASE}/libexec/gkrellm/plugins/"
|
|
|
|
.include <bsd.port.mk>
|