1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/toonel/Makefile
Martin Wilke fe86b5c2e9 Toonel.net exploits a tunneling technique combined with data compression.
It runs compressed data frames from toonel client to one of the toonel
servers and then these are forwarded to the target host. Reducing the
size of resources that are transferred between the server and the client
makes more efficient use of the user's bandwidth.

WWW:	http://toonel.net

PR:		ports/143552
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-02-13 18:45:55 +00:00

36 lines
830 B
Makefile

# New ports collection makefile for: toonel
# Date created: 2010-02-04
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= toonel
PORTVERSION= 0.0.50.50
CATEGORIES= net java
MASTER_SITES= http://www.toonel.net/generic/005050/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .jar
EXTRACT_ONLY= # empty
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Tunneling with data compression
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
SUB_FILES= ${PORTNAME}.sh
SUB_LIST= JARNAME=${DISTNAME}${EXTRACT_SUFX}
PLIST_FILES= bin/${PORTNAME} ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}${EXTRACT_SUFX}
do-install:
${MKDIR} ${JAVAJARDIR}/
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${JAVAJARDIR}/
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>