diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-11 23:01:45 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-11 23:01:45 +0800 |
commit | 366ddca0dac48bd346cd3b7897b44a5ba7fe8ae3 (patch) | |
tree | 179f03075a30640340f0847609366c43cf67134c /x11-servers/XttXF86srv-VGA16 | |
parent | 98cd4ca923a4ed93e00be67e17ef1d1323705c44 (diff) | |
download | freebsd-ports-gnome-366ddca0dac48bd346cd3b7897b44a5ba7fe8ae3.tar.gz freebsd-ports-gnome-366ddca0dac48bd346cd3b7897b44a5ba7fe8ae3.tar.zst freebsd-ports-gnome-366ddca0dac48bd346cd3b7897b44a5ba7fe8ae3.zip |
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')
-rw-r--r-- | x11-servers/XttXF86srv-VGA16/Makefile | 15 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-VGA16/pkg-comment | 1 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-VGA16/pkg-descr | 11 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-VGA16/pkg-plist | 3 |
4 files changed, 30 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" diff --git a/x11-servers/XttXF86srv-VGA16/pkg-comment b/x11-servers/XttXF86srv-VGA16/pkg-comment new file mode 100644 index 000000000000..7a88d97ee2a4 --- /dev/null +++ b/x11-servers/XttXF86srv-VGA16/pkg-comment @@ -0,0 +1 @@ +A X True Type Server for VGA16 Graphics Boards. diff --git a/x11-servers/XttXF86srv-VGA16/pkg-descr b/x11-servers/XttXF86srv-VGA16/pkg-descr new file mode 100644 index 000000000000..0f8aaecd03ff --- /dev/null +++ b/x11-servers/XttXF86srv-VGA16/pkg-descr @@ -0,0 +1,11 @@ +A X True Type Server for VGA16 Graphics Boards. + +For more info, See + http://cclub.tutcc.tut.ac.jp/%7Ego/unix/xtt.html +or + http://www.ryukyu.ad.jp/%7Eshin/linux/x-tt/ +or + http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/study/ + freebsd-at-random/x-tt/index-en.html (in English) + +enjoy! diff --git a/x11-servers/XttXF86srv-VGA16/pkg-plist b/x11-servers/XttXF86srv-VGA16/pkg-plist new file mode 100644 index 000000000000..d20b69ef5af3 --- /dev/null +++ b/x11-servers/XttXF86srv-VGA16/pkg-plist @@ -0,0 +1,3 @@ +bin/XF86_VGA16.xtt +@exec /bin/ln -fs %D/%F %B/X +@unexec ([ -x %B/XF86_VGA16 ] && /bin/ln -fs %B/XF86_VGA16 %B/X) || /usr/bin/true |