Files

25 lines
404 B
Makefile
Raw Permalink Normal View History

2007-09-07 16:18:28 +00:00
COMMENT= free implementation of Cisco VMPS
2014-11-05 08:24:57 +00:00
V= 1.4.06
REVISION= 2
2007-09-07 16:18:28 +00:00
DISTNAME= vmpsd-${V}
PKGNAME= openvmps-${V}
CATEGORIES= net
HOMEPAGE= https://vmps.sourceforge.net/
2007-09-07 16:18:28 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2009-11-23 08:25:06 +00:00
# GPLv2
PERMIT_PACKAGE= Yes
2007-09-07 16:18:28 +00:00
2011-06-14 05:52:03 +00:00
WANTLIB += c
2023-09-27 14:17:59 +00:00
SITES= ${SITE_SOURCEFORGE:=vmps/}
2007-09-07 16:18:28 +00:00
CONFIGURE_STYLE=gnu
2011-06-14 05:52:03 +00:00
2013-08-10 18:06:08 +00:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/openvmps
2007-09-07 16:18:28 +00:00
.include <bsd.port.mk>