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