freebsd-ports/net-mgmt/bsnmp-ucd/Makefile
Frederic Culot 30b67e4035 - Update to 0.3.6
Changes:	http://code.google.com/p/bsnmp-ucd/source/browse/trunk/CHANGELOG
PR:		ports/168899
Submitted by:	trociny@ (maintainer)
2012-06-11 14:19:57 +00:00

25 lines
530 B
Makefile

# 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.6
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= trociny@FreeBSD.org
COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB
LICENSE= BSD
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>