blob: d3771478965ecda8d6b1d253ca9937c3e5ee34cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: plugdaemon
# Date created: Thu Jun 24 12:38:31 PDT 2004
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= plugdaemon
PORTVERSION= 2.5.4
CATEGORIES= net
MASTER_SITES= http://www.taronga.com/plugdaemon/
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>
|