1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/httptunnel/Makefile
Tobias Kortkamp 88bdd24fa4 www/httptunnel: Use USERS/GROUPS instead of custom scripts
This also make sure that the user info actually matches what's in
UIDs.
2019-12-20 06:12:42 +00:00

29 lines
621 B
Makefile

# Created by: Brian Somers <brian@FreeBSD.org>
# $FreeBSD$
PORTNAME= httptunnel
PORTVERSION= 3.3
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.Awfulhak.org/httptunnel/ \
ftp://ftp.nocrew.org/pub/nocrew/unix/ \
http://www.nocrew.org/software/httptunnel/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tunnel a TCP/IP connection through a HTTP/TCP/IP connection
OPTIONS_DEFINE= DEBUG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
DEBUG_CONFIGURE_ENABLE= debug
USE_RC_SUBR= hts htc
USERS= httptunnel
GROUPS= httptunnel
PLIST_FILES= bin/hts bin/htc \
man/man1/hts.1.gz man/man1/htc.1.gz
.include <bsd.port.mk>