pkgsrc/net/httptunnel/Makefile
rillig eb3c2b436e net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 11:45:28 +00:00

17 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/11/03 11:45:37 rillig 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"