diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-12-05 06:12:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-12-05 06:12:38 +0000 |
commit | ff08258b94a6ff5b2415f1f7852f590d651db786 (patch) | |
tree | 0b526050ab8c9e5afdfc957ec66d835330bbb561 /x11-servers/XttXF98srv-WABS/Makefile | |
parent | Add PC98 support. (diff) |
A X True Type Server for X98 Graphics Cards.
PR: ports/8537
Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=15120
Diffstat (limited to 'x11-servers/XttXF98srv-WABS/Makefile')
-rw-r--r-- | x11-servers/XttXF98srv-WABS/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-servers/XttXF98srv-WABS/Makefile b/x11-servers/XttXF98srv-WABS/Makefile new file mode 100644 index 000000000000..1d8a032d0fe2 --- /dev/null +++ b/x11-servers/XttXF98srv-WABS/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: X98server for WABS with X True Type +# Version required: 1.0 +# Date created: 25 October 1998 +# Whom: NAKAJI Hiroyuki <nakaji@zeisei.dpri.kyoto-u.ac.jp> +# +# $Id$ +# + +DISTNAME= xc +PKGNAME= xtt-98WABS-1.0 +CATEGORIES= x11 + +MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp + +RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common + +SERVER= XF98_WABS + +MASTERDIR= ${.CURDIR}/../XttXF86srv-common +PKGDIR= ${.CURDIR}/pkg + +X98SERVER= yes + +.include "${MASTERDIR}/Makefile" |