mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# New ports collection makefile for: comserv
|
|
# Date created: 12 November 2000
|
|
# Whom: Brian Dean <bsd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= comserv
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= comms net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= bsd
|
|
|
|
MAINTAINER= bsd@FreeBSD.org
|
|
|
|
MAN8= comservd.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|