freebsd-ports/net/magictun/Makefile
Peter Pentchev a4fb2f09b2 Mark as DEPRECATED since the master-site disappeared. If I don't find
where it moved to soon, I'll just remove the port; this seems the most
likely outcome.
2006-03-31 10:36:51 +00:00

24 lines
493 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
COMMENT= An LD_PRELOAD module for transparent HTTPS proxy redirection
DEPRECATED= Mastersite disappeared
PLIST_FILES= lib/magictun.so
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/magictun.so ${PREFIX}/lib/magictun.so
.include <bsd.port.mk>