freebsd-ports/net/6tunnel/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

30 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>