summaryrefslogtreecommitdiff
path: root/misc/most/Makefile
blob: 0fa32c83ab4b10931e8d88b58765ee86e6c5b85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	most
# Version required:	4.7
# Date created:		31 May 1997
# Whom:			rhwang@bigpanda.com
#
# $NetBSD: Makefile,v 1.2 1998/01/24 21:20:52 hubertf Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp
#

DISTNAME=	most4.7
PKGNAME=	most-4.7
CATEGORIES=	misc
MASTER_SITES=	ftp://space.mit.edu/pub/davis/most/ \
		ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/

MAINTAINER=	rhwang@bigpanda.com

LIB_DEPENDS=	slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang

GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/most
MAN1=		most.1

.include <bsd.port.mk>