freebsd-ports/net-mgmt/bsnmp-ucd/Makefile
Mikolaj Golub ff89fbb285 update to 0.4.3
PR:	238027
2019-05-22 06:07:02 +00:00

25 lines
503 B
Makefile

# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
# $FreeBSD$
PORTNAME= bsnmp-ucd
PORTVERSION= 0.4.3
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
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>