blob: 4266c2644bd42ff489f3083e58993acb180de864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.9 1999/06/22 07:34:16 tron Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp
#
DISTNAME= most4.8.1
PKGNAME= most-4.8.1
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
HOMEPAGE= http://space.mit.edu/~davis/most.html
DEPENDS+= libslang-1.3.7:../../devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
WRKSRC= ${WRKDIR}/most
.include "../../mk/bsd.pkg.mk"
|