Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

25 lines
404 B
Makefile

COMMENT= free implementation of Cisco VMPS
V= 1.4.06
REVISION= 2
DISTNAME= vmpsd-${V}
PKGNAME= openvmps-${V}
CATEGORIES= net
HOMEPAGE= https://vmps.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c
SITES= ${SITE_SOURCEFORGE:=vmps/}
CONFIGURE_STYLE=gnu
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/openvmps
.include <bsd.port.mk>