# New ports collection makefile for:	plugdaemon
# Date created:				Thu Jun 24 12:38:31 PDT 2004
# Whom:					David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD: ports/net/plugdaemon/Makefile,v 1.3 2008/08/20 19:20:00 lx Exp $
#

PORTNAME=	plugdaemon
PORTVERSION=	2.5.4
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	lx@FreeBSD.org
COMMENT=	Plug proxy daemon, forwards TCP/IP connections

MAN1=		plug.1
PLIST_FILES=	sbin/plug

post-install:
	@${STRIP_CMD} ${PREFIX}/sbin/plug

.include <bsd.port.mk>
