1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/x11-servers/XttXF86srv-VGA16/Makefile
Satoshi Asami 12541679f4 PR: 7794
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
1998-09-01 13:41:11 +00:00

16 lines
372 B
Makefile

# New ports collection makefile for: Xserver for VGA16 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 15:01:45 kuriyama Exp $
#
DISTNAME= xc
PKGNAME= xtt-VGA16-1.0
CATEGORIES= x11
SERVER= XF86_VGA16
.include "${.CURDIR}/../XttXF86srv-common/Makefile"