1998-12-27 18:04:33 +00:00
|
|
|
# New ports collection makefile for: comconsole
|
|
|
|
# Date created: 27 Dec 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: SADA Kenji <sada@FreeBSD.org>
|
1998-12-27 18:04:33 +00:00
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1998-12-27 18:04:33 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= comconsole
|
|
|
|
PORTVERSION= 0.1
|
1998-12-27 18:04:33 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= #
|
|
|
|
DISTFILES=
|
|
|
|
|
2005-04-03 21:30:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Setup your PC to use serial port COM1 as its console device
|
1998-12-27 18:04:33 +00:00
|
|
|
|
2006-02-12 22:37:41 +00:00
|
|
|
BROKEN= Modifies files in / and does not undo upon deinstall
|
2006-09-02 16:51:10 +00:00
|
|
|
DEPRECATED= ${BROKEN}
|
|
|
|
EXPIRATION_DATE=2006-12-01
|
2006-02-12 22:37:41 +00:00
|
|
|
|
1998-12-27 18:04:33 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
do-install:
|
2000-10-08 10:23:48 +00:00
|
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
1998-12-27 18:04:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|