openbsd-ports/net/openvmps/Makefile
ajacoutot 4c2e4a1800 Import openvmps-1.3
OpenVMPS is a substitute implementation of Cisco Virtual Membership
Policy Server (on Catalyst [65]500 family of switches).
It is used on Cisco LAN switches to dynamically assign ports to VLANs
according to Ethernet Address.
Because it was developed solely on infomation obtained by observing the
network traffic between switches it is probably not complete but it is a
working subset of the protocol.

Note that it includes a patch from openvpms CVS that fixes a logging
function format string Vulnerability.
2007-09-07 16:18:28 +00:00

33 lines
656 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/07 16:18:28 ajacoutot Exp $
COMMENT= free implementation of Cisco VMPS
V= 1.3
DISTNAME= vmpsd-${V}
PKGNAME= openvmps-${V}
CATEGORIES= net
HOMEPAGE= http://vmps.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmps/}
WANTLIB= c
WRKDIST= ${WRKDIR}/vmpsd
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvmps
${INSTALL_DATA} ${WRKSRC}/vlan.db ${PREFIX}/share/examples/openvmps
.include <bsd.port.mk>