mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
21 lines
470 B
Makefile
21 lines
470 B
Makefile
# Created by: David Thiel <lx@redundancy.redundancy.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plugdaemon
|
|
PORTVERSION= 2.5.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
COMMENT= Plug proxy daemon, forwards TCP/IP connections
|
|
|
|
PLIST_FILES= man/man1/plug.1.gz sbin/plug
|
|
|
|
do-install:
|
|
${INSTALL_MAN} ${WRKSRC}/plug.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
${INSTALL_PROGRAM} ${WRKSRC}/plug ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|