summaryrefslogtreecommitdiff
path: root/sysutils/comconsole/Makefile
blob: 3b937c6fdf88df6d2426f1c6a7a21acb90961751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>