15 lines
315 B
Makefile
15 lines
315 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 1999/06/14 20:56:04 jakob Exp $
|
||
|
|
||
|
DISTNAME= httptunnel-2.0
|
||
|
CATEGORIES= net
|
||
|
|
||
|
MASTER_SITES= http://ftp.sunet.se/pub/gnu/httptunnel/ \
|
||
|
ftp://ftp.gnu.org/pub/gnu/httptunnel/
|
||
|
|
||
|
MAINTAINER= jakob@openbsd.org
|
||
|
|
||
|
SEPARATE_BUILD= concurrent
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|