pkgsrc/net/httptunnel/Makefile
2017-08-16 20:45:30 +00:00

17 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/08/16 20:45:42 wiz Exp $
#
DISTNAME= httptunnel-3.3
CATEGORIES= net
MASTER_SITES= http://www.nocrew.org/software/httptunnel/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://www.nocrew.org/software/httptunnel.html
COMMENT= Encapsulate TCP/IP connections in HTTP requests
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"