summaryrefslogtreecommitdiff
path: root/sysutils/comconsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/comconsole/Makefile')
-rw-r--r--sysutils/comconsole/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/comconsole/Makefile b/sysutils/comconsole/Makefile
new file mode 100644
index 000000000000..f67048133523
--- /dev/null
+++ b/sysutils/comconsole/Makefile
@@ -0,0 +1,22 @@
+# 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>