pkgsrc/sysutils/sysgen/Makefile
abs 141dc2b071 Add sysgen-1.0
sysgen reads DEC Qbus or UNIBUS device names from standard input,
assigns CSR addresses and interrupt vectors to the devices according
to the DEC standard algorithm for auto-configuration, and prints
the resulting list of allocations to standard output.

The program attempts to conform to the CONFIG command of the  VMS
SYSGEN program, but has simplified output.  Specifically, it does
not print information about VMS device naming and support.
2000-10-19 12:05:59 +00:00

19 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 12:05:59 abs Exp $
#
DISTNAME= sysgen
PKGNAME= sysgen-1.0
CATEGORIES= systools
MASTER_SITES= http://ox.compsoc.net/~dankolb/sysgen/
EXTRACT_SUFX= .tar.Z
MAINTAINER= abs@netbsd.org
NO_WRKSUBDIR= yes
ALL_TARGET= sysgen
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sysgen ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sysgen.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"