From 881f16bd942fd2c5a2a66d34395c1bb32b5816f1 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Sat, 5 Dec 1998 06:12:38 +0000 Subject: A X True Type Server for X98 Graphics Cards. PR: ports/8537 Submitted by: NAKAJI Hiroyuki --- x11-servers/XttXF98srv-NKVNEC/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 x11-servers/XttXF98srv-NKVNEC/Makefile (limited to 'x11-servers/XttXF98srv-NKVNEC/Makefile') diff --git a/x11-servers/XttXF98srv-NKVNEC/Makefile b/x11-servers/XttXF98srv-NKVNEC/Makefile new file mode 100644 index 000000000000..9ca202f48886 --- /dev/null +++ b/x11-servers/XttXF98srv-NKVNEC/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: X98server for NKVNEC with X True Type +# Version required: 1.0 +# Date created: 25 October 1998 +# Whom: NAKAJI Hiroyuki +# +# $Id$ +# + +DISTNAME= xc +PKGNAME= xtt-98NKVNEC-1.0 +CATEGORIES= x11 + +MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp + +RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common + +SERVER= XF98_NKVNEC + +MASTERDIR= ${.CURDIR}/../XttXF86srv-common +PKGDIR= ${.CURDIR}/pkg + +X98SERVER= yes + +.include "${MASTERDIR}/Makefile" -- cgit