openbsd-ports/net/openvmps/Makefile
rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

27 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.11 2018/01/11 19:27:07 rpe Exp $
COMMENT= free implementation of Cisco VMPS
V= 1.4.06
REVISION= 1
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
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/openvmps
.include <bsd.port.mk>