blob: 0050efd4e1c72ce6b4627f692d11a2c995e1d62d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: Xserver for SVGA 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.1.1.1 1998/08/11 15:00:37 kuriyama Exp $
#
DISTNAME= xc
PKGNAME= xtt-SVGA-1.0
CATEGORIES= x11
MAINTAINER= taguchi@tohoku.iij.ad.jp
SERVER= XF86_SVGA
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|