aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bsnmp-ucd/Makefile
blob: 5ad60543b6366fc09eca7d7db4287bee2aef0f96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    bsnmp-ucd
# Date created:             15 December 2007
# Whom:                 Mikolaj Golub <to.my.trociny@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   bsnmp-ucd
PORTVERSION=    0.2.0
CATEGORIES= net-mgmt
MASTER_SITES=   http://bsnmp-ucd.googlecode.com/files/

MAINTAINER= to.my.trociny@gmail.com
COMMENT=    A bsnmpd module that implements parts of UCD-SNMP-MIB

USE_MAKE=   yes
USE_AUTOTOOLS=  libtool:15:env

MAN8=       bsnmp-ucd.8

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 601000
IGNORE= bsnmpd lack of realization on FreeBSD < 6.1
.endif

.include <bsd.port.post.mk>