mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
77e31f46a7
-- This package will setup your PC to use serial port COM1 as its console device. Note that this is a special package and you should pkg_add this on a newly installed system. This is intended to install from installer floppy disk on a system without its own display nor keyboard.
23 lines
426 B
Makefile
23 lines
426 B
Makefile
# New ports collection makefile for: comconsole
|
|
# Version required: 0.1
|
|
# Date created: 27 Dec 1998
|
|
# Whom: SADA Kenji <sada@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/12/26 17:16:47 sada Exp $
|
|
#
|
|
|
|
DISTNAME= comconsole-0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= #
|
|
DISTFILES=
|
|
|
|
MAINTAINER= sada@FreeBSD.ORG
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|