17 lines
436 B
Makefile
17 lines
436 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= comserv
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= comms net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= bsd
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Provide network access to local serial ports and make remote ports appear local
|
|
|
|
MAN8= comservd.8
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= sbin/comservd etc/comservd.conf.sample etc/rc.d/comservd.sh.sample
|
|
|
|
.include <bsd.port.mk>
|