blob: bc975c5dda8275778951efc14e4b2b8991525062 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: sup
# Version required: <own lineage>
# Date created: 21 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/18 11:36:32 asami Exp $
#
DISTNAME= sup
PKGNAME= sup-2.0
CATEGORIES= net
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= gibbs@FreeBSD.org
MAN1= sup.1
MAN8= supservers.8
.include <bsd.port.mk>
|