1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/repeater/Makefile
Rene Ladan d74baef1d3 net/repeater: over to new volunteer, and update MASTER_SITES
PR:		239871
Submitted by:	Oleg
MFH:		2019Q4
2019-11-01 17:49:19 +00:00

43 lines
974 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= repeater
PORTVERSION= 0.14
CATEGORIES= net
MASTER_SITES= http://newestvision.com/freebsd/pkg/
DISTNAME= repeater${PORTVERSION:C/\.//}
MAINTAINER= oleg@newestvision.com
COMMENT= UltraVNC repeater
LICENSE= GPLv2+
USES= zip
USE_RC_SUBR= ${PORTNAME}
WRKSRC= ${WRKDIR}/Ver${PORTVERSION:C/\.//}
ALL_TARGET= ${PORTNAME}
REP_USER?= uvncrep
REP_GROUP?= uvncrep
USERS= ${REP_USER}
GROUPS= ${REP_GROUP}
SUB_FILES= pkg-message
PORTDOCS= changelog.txt readme.txt ultravncrepeaterlinuxport.html
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/uvncrepeater.ini ${STAGEDIR}${PREFIX}/etc/uvncrepeater.ini.sample
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>