freebsd-ports/net/magictun/Makefile
Peter Pentchev e7b91ed11a Add magictun-0.1, a simple LD_PRELOAD module for transparently
redirecting connections through an HTTPS proxy.
2003-01-20 18:17:38 +00:00

19 lines
357 B
Makefile

# New ports collection makefile for: magictun
# Date created: 20 January 2003
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= magictun
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= http://anight.org/magictun/dist/
MAINTAINER= roam@FreeBSD.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/magictun.so ${PREFIX}/lib/magictun.so
.include <bsd.port.mk>