blob: dfca98c85b14fed785d9ac0940f13be562fd3302 (
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 Mach64 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:05 asami Exp $
#
DISTNAME= xc
PKGNAME= xtt-Mach64-1.0
CATEGORIES= x11
MAINTAINER= taguchi@tohoku.iij.ad.jp
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
SERVER= XF86_Mach64
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|