freebsd-ports/net-mgmt/bsnmp-ucd/Makefile
Pav Lucistnik ddd4afb2b3 - Fix build on -CURRENT
PR:		ports/153153
Submitted by:	Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
2011-03-17 23:35:25 +00:00

24 lines
534 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.2
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= to.my.trociny@gmail.com
COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB
USE_MAKE= yes
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>