mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
372 B
Makefile
21 lines
372 B
Makefile
# 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>
|