# New ports collection makefile for: stund # Date created: 9 April 2004 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= stund PORTVERSION= 0.92 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= stun DISTNAME= ${PORTNAME}_${PORTVERSION}_Jun06 EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org COMMENT= A simple STUN (RFC 3489) server and client WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes .include .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/server ${LOCALBASE}/sbin/stund ${INSTALL_PROGRAM} ${WRKSRC}/client ${LOCALBASE}/bin/stun_client .include