mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# New ports collection makefile for: comserv
|
|
# Date created: 12 November 2000
|
|
# Whom: 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= bsd@FreeBSD.org
|
|
|
|
MAN8= comservd.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|