opnsense-ports/net/stund/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
581 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= stund
PORTVERSION= 0.96
CATEGORIES= net
MASTER_SITES= SF/stun/stun/${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}_Aug13
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Simple STUN (RFC 3489) server and client
USES= gmake tar:tgz
USE_RC_SUBR= stund
MAKE_ENV= "CXX=${CXX}"
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/server ${STAGEDIR}${PREFIX}/sbin/stund
${INSTALL_PROGRAM} ${WRKSRC}/client ${STAGEDIR}${PREFIX}/bin/stun_client
.include <bsd.port.mk>