1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/dsvpn/Makefile
Vinícius Zavam bc21775d9e security/dsvpn: fix rc script
Reported by:	Franz Shaach <fzsh % protonmail.ch>
2019-10-21 13:01:55 +00:00

29 lines
526 B
Makefile

# $FreeBSD$
PORTNAME= dsvpn
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= security net net-vpn
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Dead Simple VPN
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= jedisct1
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/${PORTNAME}
SUB_FILES= pkg-message
post-patch:
${REINPLACE_CMD} 's/^CFLAGS.*/CFLAGS\?\=${CFLAGS} ${OPTFLAGS}/g' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>