f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
19 lines
548 B
Makefile
19 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.15 2001/09/27 23:18:25 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp
|
|
#
|
|
|
|
DISTNAME= most-4.9.0
|
|
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
|
|
COMMENT= Pager (like less) which has support for windows and binary files
|
|
|
|
DEPENDS+= libslang-[0-9]*:../../devel/libslang
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-x
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|