1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/security/dsvpn/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
497 B
Makefile

PORTNAME= dsvpn
PORTVERSION= 0.1.4
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>