60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
31 lines
832 B
Makefile
31 lines
832 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
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
ftp://ucd-snmp.ucdavis.edu/ \
|
|
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
|
|
ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/
|
|
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>
|