bket 3a5eabbdfc Update to vpnc-scripts-20200317
Upstream has moved so change HOMEPAGE and MASTER_SITES. While here take
MAINTAINER.
2020-08-16 11:36:07 +00:00

31 lines
683 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/08/16 11:36:07 bket Exp $
COMMENT= connect scripts for use with vpnc and openconnect
C= e6a8fac7f7e8bf3c391787a3e0672f741603a9c9
DISTNAME= vpnc-scripts-${C}
PKGNAME= vpnc-scripts-20200317
CATEGORIES= net
HOMEPAGE= https://gitlab.com/openconnect/vpnc-scripts/
MAINTAINER= Bjorn Ketelaars <bket@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
MASTER_SITES= https://gitlab.com/openconnect/vpnc-scripts/-/archive/${C}/
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/vpnc-scripts/
cd ${WRKSRC}; ${INSTALL_SCRIPT} COPYING vpnc-script{,-ptrtd,-sshd} \
${PREFIX}/share/vpnc-scripts/
.include <bsd.port.mk>