blob: e74610270a65c8eb5e2a17a0bd2b7f1f87aa25aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: sup
# Date created: 21 August 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= sup
PORTVERSION= 2.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
DISTNAME= sup
MAINTAINER= ports@FreeBSD.org
MAN1= sup.1
MAN8= supservers.8
.include <bsd.port.mk>
|