mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9d4e763ba0
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
31 lines
639 B
Makefile
31 lines
639 B
Makefile
# Created by: Vassili Tchersky <vt@bsdjeunz.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= 6tunnel
|
|
DISTVERSION= 0.11rc2.20130525
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= GH \
|
|
LOCAL/bdrewery/${PORTNAME}/
|
|
|
|
MAINTAINER= bdrewery@FreeBSD.org
|
|
COMMENT= TCP proxy for applications that do not speak IPv6
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= autoconf
|
|
ALL_TARGET= default
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wojtekka
|
|
GH_TAGNAME= 2d33461
|
|
|
|
PLIST_FILES= bin/6tunnel \
|
|
man/man1/6tunnel.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|