20 lines
519 B
Makefile
20 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.10 1999/07/22 07:10:48 mycroft 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.8:../../devel/libslang
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-x
|
|
WRKSRC= ${WRKDIR}/most
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|