mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12541679f4
Submitted by: maintainer 1. Xtt X True Type Server has been updated to 1.0. Now it supports KOI-8 and many ISO-8859-* TrueType fonts. 2. Old version in ports-current has following probrems. * All packages has same contents. this means all packages are broken. * incorrect PKGNAME * incorrect place for documents. it should be share/doc/. not lib/X11/doc/... * incorrect spelling
16 lines
366 B
Makefile
16 lines
366 B
Makefile
# New ports collection makefile for: Xserver for S3V with X True Type
|
|
# Version required: 1.0
|
|
# Date created: 15 April 1998
|
|
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/08/11 14:58:51 kuriyama Exp $
|
|
#
|
|
|
|
DISTNAME= xc
|
|
PKGNAME= xtt-S3V-1.0
|
|
CATEGORIES= x11
|
|
|
|
SERVER= XF86_S3V
|
|
|
|
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|