2013-09-21 00:24:43 +02:00
|
|
|
# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
|
2008-03-04 10:08:50 +01:00
|
|
|
|
|
|
|
PORTNAME= bsnmp-ucd
|
2020-03-13 18:00:40 +01:00
|
|
|
PORTVERSION= 0.4.5
|
2008-03-04 10:08:50 +01:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
|
2011-12-12 16:47:17 +01:00
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= bsnmpd module that implements parts of UCD-SNMP-MIB
|
2008-03-04 10:08:50 +01:00
|
|
|
|
2014-09-10 23:01:44 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2012-05-28 14:20:57 +02:00
|
|
|
|
2016-03-12 09:48:40 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= trociny
|
|
|
|
|
2014-09-10 23:01:44 +02:00
|
|
|
USES= uidfix
|
2013-10-15 20:03:00 +02:00
|
|
|
MAKE_ENV+= NO_OBJ=yes
|
2008-03-04 10:08:50 +01:00
|
|
|
|
2018-09-10 15:15:47 +02:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
|
|
|
post-install-EXAMPLES-on:
|
2013-10-15 20:03:00 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
|
2011-03-18 00:35:25 +01:00
|
|
|
.include <bsd.port.mk>
|