mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
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>
|