aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-ucd/Makefile
blob: 13259af52d9cd08feb63fe8de2c4f5162512d729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	bsnmp-ucd
PORTVERSION=	0.4.5
PORTREVISION=	1
CATEGORIES=	net-mgmt

MAINTAINER=	trociny@FreeBSD.org
COMMENT=	bsnmpd module that implements parts of UCD-SNMP-MIB
WWW=		https://github.com/trociny/bsnmp-ucd

LICENSE=	BSD2CLAUSE

USE_GITHUB=	yes
GH_ACCOUNT=	trociny

USES=		uidfix
MAKE_ENV+=	NO_OBJ=yes
MAKE_ARGS=	MANDIR=${PREFIX}/share/man/man

OPTIONS_DEFINE=	EXAMPLES

post-install-EXAMPLES-on:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>