1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net-mgmt/ruby-snmp/Makefile

44 lines
881 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby-SNMP
# Date created: 1 Sep 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= snmp
PORTVERSION= 0.2.1
CATEGORIES= net ruby
MASTER_SITES= http://w3cic.riken.go.jp/~tsuruoka/
2000-09-07 14:39:47 +00:00
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp
2000-09-07 14:39:47 +00:00
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/SNMP
INSTALL_TARGET= site-install
CONFIGURE_ARGS= --with-snmp-dir="${LOCALBASE}"
DOCS_EN= mib_view.html \
rubysnmp.html \
sampleout.html \
snmp_module.html \
snmp_session.html \
snmp_var.html
post-install:
.if !defined(NOPORTDOCS)
2000-09-07 14:39:47 +00:00
${MKDIR} ${RUBY_DOCDIR}/snmp
.for f in ${DOCS_EN}
2000-09-07 14:39:47 +00:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/snmp/
.endfor
.endif
.include <bsd.port.mk>