freebsd-ports/net/etunnel/Makefile
Baptiste Daroussin 8ac6f6dbef Deprecate unmaintained ports from net where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 17:10:51 +00:00

34 lines
777 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= ports@FreeBSD.org
COMMENT= TCP/UDP connections tunneling tool via proxy or directly
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
ALL_TARGET= ${PORTNAME}
MAN1= etunnel.1
post-patch:
@${REINPLACE_CMD} -e 's|CC=gcc|CC?=gcc|g' -e 's|/usr/local|${PREFIX}|g' -e '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>