blob: 35fbbca99a8fa030114d0b395a65402e15d80884 (
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 Mach32 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-Mach32-1.0
CATEGORIES= x11
MAINTAINER= taguchi@tohoku.iij.ad.jp
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
SERVER= XF86_Mach32
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|