freebsd-ports/security/proxytunnel/Makefile
Yen-Ming Lee d40e573fb2 - Update to 1.1.3
- Add USE_GETOPT_LONG
- Replace pkg-plist with PLIST_FILES and PORTDOCS

PR:		71742
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-12 17:42:54 +00:00

32 lines
767 B
Makefile

# 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.1.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= hmendes@brturbo.com
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
ALL_TARGET= ${PORTNAME}
USE_GETOPT_LONG=yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/proxytunnel
PORTDOCS= CHANGES CREDITS README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>