freebsd-ports/net/nstxd/Makefile
Martin Wilke eaf6d87756 nstxd allows a nstx client daemon to tunnel IP traffic through DNS requests
to the machine running nstxd.

PR:		ports/110716
Submitted by:	nagilum
2007-03-23 17:53:36 +00:00

41 lines
906 B
Makefile

# New ports collection makefile for: nstxd
# Date created: 1 April 2007
# Whom: nagilum
#
# $FreeBSD$
#
PORTNAME= nstxd
PORTVERSION= 1.1b6
CATEGORIES= net
MASTER_SITES= http://www.nagilum.org/nstx/ \
http://ftp.debian.org/debian/pool/main/n/nstx/
DISTNAME= nstx_1.1-beta6.orig
PATCH_SITES= http://www.nagilum.org/nstx/ \
http://ftp.debian.org/debian/pool/main/n/nstx/
PATCH_DIST_STRIP= -p1
PATCHFILES= nstx_1.1-beta6-4.diff.gz
MAINTAINER= freebsd@nagilum.org
COMMENT= DNS tunnel server
MAN8= nstxd.8
USE_RC_SUBR+= nstxd
WRKSRC= ${WRKDIR}/nstx-1.1-beta6
ALL_TARGET= nstxd
INSTALL_TARGET= nstxd
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/nstxd ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${PREFIX}/man/man8/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
@${CAT} pkg-message
.endif #NOPORTDOCS
.include <bsd.port.mk>