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