1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/etunnel/Makefile
Renato Botelho cf6b806332 - Fix MASTER_SITES
- Drop USE_REINPLACE

PR:		ports/93483
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (1 month)
2006-03-18 18:10:10 +00:00

35 lines
672 B
Makefile

# New ports collection makefile for: etunnel
# Date created: 03.05.2004
# Whom: Kostas Petrikas <expl@punktas.lt>
#
# $FreeBSD$
#
PORTNAME= etunnel
PORTVERSION= 0.0.5
CATEGORIES= net
MASTER_SITES= http://www.iem.pw.edu.pl/ftp/distfiles/
MAINTAINER= expl@punktas.lt
COMMENT= TCP/UDP connections tunneling tool via proxy or directly
ALL_TARGET= ${PORTNAME}
MAN1= etunnel.1
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g ; \
s|CC=gcc|CC?=gcc|g ; \
s|CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>