1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-mgmt/net-snmp-tkmib/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
714 B
Makefile

# New ports collection makefile for: net-snmp-tkmib
# Date created: 4 April 2002
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= ucd-snmp-tkmib
PORTVERSION= 4.2.3
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= net-snmp
DISTNAME= ucd-snmp-${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= An extendable SNMP implementation (tkmib part)
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/p5-SNMP
WRKSRC= ${WRKDIR}/ucd-snmp-${PORTVERSION}
NO_BUILD= yes
PLIST_FILES= bin/tkmib
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/local/tkmib ${PREFIX}/bin
.include <bsd.port.mk>