mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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
18 lines
397 B
Makefile
18 lines
397 B
Makefile
# New ports collection makefile for: X Font Server 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:06:07 kuriyama Exp $
|
|
#
|
|
|
|
DISTNAME= xc
|
|
PKGNAME= xtt-xfs-1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
SERVER= xfs
|
|
|
|
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|