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=
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= sada@FreeBSD.org
|
1998-12-27 18:04:33 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|