diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-11 15:00:37 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-11 15:00:37 +0000 |
commit | 98cd4ca923a4ed93e00be67e17ef1d1323705c44 (patch) | |
tree | 8f4b70c13823285994630adb7238f328f90645ed /x11-servers/XttXF86srv-SVGA | |
parent | 1b1caffa49c616c55cb6ead2726789190c1c9b29 (diff) | |
download | FreeBSD-ports-98cd4ca923a4ed93e00be67e17ef1d1323705c44.zip FreeBSD-ports-98cd4ca923a4ed93e00be67e17ef1d1323705c44.tar.gz |
A X True Type Server for SVGA Graphics Boards.
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Diffstat (limited to 'x11-servers/XttXF86srv-SVGA')
-rw-r--r-- | x11-servers/XttXF86srv-SVGA/Makefile | 15 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-SVGA/pkg-comment | 1 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-SVGA/pkg-descr | 11 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-SVGA/pkg-plist | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-SVGA/Makefile b/x11-servers/XttXF86srv-SVGA/Makefile new file mode 100644 index 0000000..dbe87a9 --- /dev/null +++ b/x11-servers/XttXF86srv-SVGA/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: Xserver for SVGA 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-SVGA-0.6 +CATEGORIES= x11 + +SERVER= XF86_SVGA + +.include "${.CURDIR}/../XttXF86srv-common/Makefile" diff --git a/x11-servers/XttXF86srv-SVGA/pkg-comment b/x11-servers/XttXF86srv-SVGA/pkg-comment new file mode 100644 index 0000000..7e824c6 --- /dev/null +++ b/x11-servers/XttXF86srv-SVGA/pkg-comment @@ -0,0 +1 @@ +A X True Type Server for SVGA Graphics Boards. diff --git a/x11-servers/XttXF86srv-SVGA/pkg-descr b/x11-servers/XttXF86srv-SVGA/pkg-descr new file mode 100644 index 0000000..3379ba8 --- /dev/null +++ b/x11-servers/XttXF86srv-SVGA/pkg-descr @@ -0,0 +1,11 @@ +A X True Type Server for SVGA 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-SVGA/pkg-plist b/x11-servers/XttXF86srv-SVGA/pkg-plist new file mode 100644 index 0000000..ce6d7e7 --- /dev/null +++ b/x11-servers/XttXF86srv-SVGA/pkg-plist @@ -0,0 +1,3 @@ +bin/XF86_SVGA.xtt +@exec /bin/ln -fs %D/%F %B/X +@unexec ([ -x %B/XF86_SVGA ] && /bin/ln -fs %B/XF86_SVGA %B/X) || /usr/bin/true |