# New ports collection makefile for: proxytunnel # Date created: Sun Nov 25 15:16:44 BRST 2001 # Whom: Hammurabi Mendes # # $FreeBSD$ # PORTNAME= proxytunnel PORTVERSION= 1.0.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= hmendes_br@yahoo.com WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} DOC_FILES= CHANGES CREDITS LICENSE.txt README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif .include