- Support staging

- USES -> gmake
This commit is contained in:
Emanuel Haupt 2014-02-28 10:04:27 +00:00
parent 0afcedd7c9
commit 227f3f1392
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346475

View File

@ -11,16 +11,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A simple STUN (RFC 3489) server and client
USE_GMAKE= yes
USES= gmake
USE_RC_SUBR= stund
MAKE_ENV= "CXX=${CXX}"
NO_STAGE= yes
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/server ${PREFIX}/sbin/stund
${INSTALL_PROGRAM} ${WRKSRC}/client ${PREFIX}/bin/stun_client
${INSTALL_PROGRAM} ${WRKSRC}/server ${STAGEDIR}${PREFIX}/sbin/stund
${INSTALL_PROGRAM} ${WRKSRC}/client ${STAGEDIR}${PREFIX}/bin/stun_client
.include <bsd.port.mk>