mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
23 lines
381 B
Makefile
23 lines
381 B
Makefile
# New ports collection makefile for: comconsole
|
|
# Version required: 0.1
|
|
# Date created: 27 Dec 1998
|
|
# Whom: SADA Kenji <sada@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|