mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
235e0c0890
files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied.
30 lines
650 B
Makefile
30 lines
650 B
Makefile
# New ports collection makefile for: stund
|
|
# Date created: 9 April 2004
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stund
|
|
PORTVERSION= 0.96
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/stun/stun/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_Aug13
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= A simple STUN (RFC 3489) server and client
|
|
|
|
USE_GMAKE= yes
|
|
USE_RC_SUBR= stund
|
|
MAKE_ENV= "CXX=${CXX}"
|
|
|
|
post-extract:
|
|
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/server ${PREFIX}/sbin/stund
|
|
${INSTALL_PROGRAM} ${WRKSRC}/client ${PREFIX}/bin/stun_client
|
|
|
|
.include <bsd.port.mk>
|