mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +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.0
|
||
|
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>
|