pkgsrc/net/openvmps/Makefile
bouyer 20b937ad52 Import openvmps 1.3 to the package collection.
VMPS (VLAN Management Policy Server) is a way of assigning switch ports to
specific VLANs based on the MAC address of connecting device. OpenVMPS is a
GPL implementation of VMPS.
2005-06-06 16:07:42 +00:00

23 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/06/06 16:07:43 bouyer Exp $
DISTNAME= vmpsd-1.3
PKGNAME= openvmps-1.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmps/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://vmps.sourceforge.net/
COMMENT= GPL implementation of the VMPS protocol
WRKSRC= ${WRKDIR}/vmpsd
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
EGDIR= ${PREFIX}/share/examples/openvmps
RCD_SCRIPTS= vmpsd
RCD_SCRIPT_WRK.vmpsd= ${WRKDIR}/vmpsd.rcd #conflict with ${WRKSRC}
CONF_FILES= ${EGDIR}/vlan.db ${PKG_SYSCONFDIR}/vlan.db
.include "../../mk/bsd.pkg.mk"