1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/comconsole/Makefile

21 lines
375 B
Makefile

# Created by: SADA Kenji <sada@FreeBSD.org>
# $FreeBSD$
PORTNAME= comconsole
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= #
DISTFILES= #
MAINTAINER= ports@FreeBSD.org
COMMENT= Setup your PC to use serial port COM1 as its console device
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_STAGE= yes
do-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>