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