freebsd-ports/net-mgmt/bsnmp-ucd/Makefile
Mikolaj Golub 43876f1de7 - update to 0.4.2
- remove `make depend` hack (the issue is fixed in 0.4.2)
- remove '#include <sys/queue.h>' patch (was needed for 8.X)
2016-03-12 08:48:40 +00:00

23 lines
465 B
Makefile

# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
# $FreeBSD$
PORTNAME= bsnmp-ucd
PORTVERSION= 0.4.2
CATEGORIES= net-mgmt
MAINTAINER= trociny@FreeBSD.org
COMMENT= bsnmpd module that implements parts of UCD-SNMP-MIB
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= trociny
USES= uidfix
MAKE_ENV+= NO_OBJ=yes
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>