b0547f218b
ok aja@ (maintainer)
31 lines
601 B
Makefile
31 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/04/25 15:31:29 gonzalo Exp $
|
|
|
|
COMMENT= free implementation of Cisco VMPS
|
|
|
|
V= 1.4.04
|
|
DISTNAME= vmpsd-${V}
|
|
PKGNAME= openvmps-${V}
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://vmps.sourceforge.net/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmps/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/vmpsd.1
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvmps
|
|
${INSTALL_DATA} ${WRKSRC}/vlan.db ${PREFIX}/share/examples/openvmps
|
|
|
|
.include <bsd.port.mk>
|