summaryrefslogblamecommitdiff
path: root/security/proxytunnel/Makefile
blob: b670f6a9617a5e0cfdefc0f2ae84e73e855a2001 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                                                             
                                                              










                                          
                                   















                                                                           
# New ports collection makefile for:		proxytunnel
# Date created:			Sun Nov 25 15:16:44 BRST 2001
# Whom:			Hammurabi Mendes <hmendes@brturbo.com>
#
# $FreeBSD$
#

PORTNAME=	proxytunnel
PORTVERSION=	1.0.6
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	hmendes@brturbo.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 <bsd.port.mk>