aboutsummaryrefslogtreecommitdiffstats
path: root/net/plugdaemon/Makefile
blob: 55af58d88fc66d728dddb05a108bfca234c8f3f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$

PORTNAME=   plugdaemon
PORTVERSION=    2.5.5
CATEGORIES= net
MASTER_SITES=   SF
EXTRACT_SUFX=   .tgz

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

MAN1=       plug.1
PLIST_FILES=    sbin/plug

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

.include <bsd.port.mk>