2bd28cbd5e
bpm uses ftp(1) and pkg_add(1) to allow a menu-based addition of binary packages from a URL. It first displays a list of categories, and, within categories, binary packages, which can be added to the local system simply by choosing them from a menu. If no valid categories are found, a warning message will be displayed (it is usually caused by people running NetBSD-current, and there are rarely binary packages provided for such a fast-moving target, and the "-r release" command-line switch to bpm(1) should be used). Bump the pkg_install version number for this.
7 lines
108 B
Makefile
7 lines
108 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/12/21 11:31:46 agc Exp $
|
|
|
|
SCRIPTS= bpm.sh
|
|
MAN= bpm.1
|
|
|
|
.include <bsd.prog.mk>
|