aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bsnmp-ucd/Makefile
blob: 04f3b7edd73a8e75b99ef4a9f65fff7e88f63223 (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
# 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.3.3
CATEGORIES= net-mgmt
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}

MAINTAINER= trociny@FreeBSD.org
COMMENT=    A bsnmpd module that implements parts of UCD-SNMP-MIB

USE_AUTOTOOLS=  libtool:env

MAN8=       bsnmp-ucd.8

post-patch:
    @${REINPLACE_CMD} -e '32,32 s/^.*/#include <sys\/queue.h>/' ${WRKSRC}/snmp_ucd.h

.include <bsd.port.mk>