1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net-mgmt/bsnmp-ucd/Makefile
2021-04-06 16:31:07 +02:00

25 lines
491 B
Makefile

# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
PORTNAME= bsnmp-ucd
PORTVERSION= 0.4.5
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>