summaryrefslogtreecommitdiff
path: root/x11-servers/XttXF86srv-VGA16/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-08-11 15:01:45 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-08-11 15:01:45 +0000
commit15f25e4daf8ed2d4c48e7f422a62feda800b65a1 (patch)
treea9b39acad84796845acbc75d23a5767f5fd88967 /x11-servers/XttXF86srv-VGA16/Makefile
parentA X True Type Server for SVGA Graphics Boards. (diff)
A X True Type Server for VGA16 Graphics Boards.
PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Diffstat (limited to 'x11-servers/XttXF86srv-VGA16/Makefile')
-rw-r--r--x11-servers/XttXF86srv-VGA16/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-VGA16/Makefile b/x11-servers/XttXF86srv-VGA16/Makefile
new file mode 100644
index 000000000000..03ca074a38aa
--- /dev/null
+++ b/x11-servers/XttXF86srv-VGA16/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: Xserver for VGA16 with X True Type
+# Version required: 0.6
+# Date created: 15 April 1998
+# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
+#
+# $Id:$
+#
+
+DISTNAME= xc
+PKGNAME= xtt-xf86srv-VGA16-0.6
+CATEGORIES= x11
+
+SERVER= XF86_VGA16
+
+.include "${.CURDIR}/../XttXF86srv-common/Makefile"