blob: fc7e8f17a977bf8ccc280d1f116db753dcb3565c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: Xserver for I128 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.2 1998/09/01 13:41:04 asami Exp $
#
DISTNAME= xc
PKGNAME= xtt-I128-1.0
CATEGORIES= x11
MAINTAINER= taguchi@tohoku.iij.ad.jp
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
SERVER= XF86_I128
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|