mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
426 B
Makefile
23 lines
426 B
Makefile
|
# New ports collection makefile for: comconsole
|
||
|
# Version required: 0.1
|
||
|
# Date created: 27 Dec 1998
|
||
|
# Whom: SADA Kenji <sada@FreeBSD.ORG>
|
||
|
#
|
||
|
# $Id: Makefile,v 1.1.1.1 1998/12/26 17:16:47 sada Exp $
|
||
|
#
|
||
|
|
||
|
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>
|