Tweak net-mgmt/icingaweb2-module-businessprocess version 2.2.0_2
[dports.git] / net-mgmt / openvmps / Makefile
1 PORTNAME=       openvmps
2 PORTVERSION=    1.4.06
3 CATEGORIES=     net-mgmt
4 MASTER_SITES=   SF/vmps/vmpsd/${PORTVERSION}
5 DISTNAME=       vmpsd-${PORTVERSION}
6
7 MAINTAINER=     vladimir.pushkar@gmail.com
8 COMMENT=        GPL implementation of the VMPS protocol
9 WWW=            http://vmps.sourceforge.net/
10
11 LICENSE=        GPLv2
12
13 USE_RC_SUBR=    vmpsd
14
15 USES=           gmake
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
18
19 post-patch:
20         @${REINPLACE_CMD} -e '/^install-exec-am:/s|install-sysconfDATA||' \
21                 ${WRKSRC}/Makefile.in
22
23 post-install:
24         ${INSTALL_DATA} ${WRKSRC}/vlan.db ${STAGEDIR}${PREFIX}/etc/vmps.db.sample
25
26 .include <bsd.port.mk>