freebsd-ports/comms/comserv/Makefile
Thomas Zander cc46d9987f - Update to upstream version 1.4.4
- Update MASTER_SITES, MAINTAINER, COMMENT
- Add missing WWW in pkg-descr
- Pet portlint; general cleanup

PR:		198568
Submitted by:	portmaster@bsdforge.com (maintainer)
2015-04-06 11:14:32 +00:00

19 lines
444 B
Makefile

# Created by: Brian Dean <bsd@FreeBSD.org>
# $FreeBSD$
PORTNAME= comserv
PORTVERSION= 1.4.4
CATEGORIES= comms net
MASTER_SITES= http://BSDforge.com/projects/source/comms/comserv/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Access local serial ports via network connections
LICENSE= BSD2CLAUSE
USES= tar:xz
PLIST_FILES= sbin/comservd etc/comservd.conf.sample \
etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz
.include <bsd.port.mk>