mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
705b1d248d
PR: 9513 following is a update patch for ${PORTSDIR}/x11/Xtt* ports. (1) Now, We use XFree86 3.3.3.1 rather than 3.3.3. (2) update to Xtt1.1pl05. It includes some Windowz encoding. (3) more simple XttXF86srv-common/Makefile ;-)
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# New ports collection makefile for: Xserver for S3V with X True Type
|
|
# Version required: 1.1
|
|
# Date created: 15 April 1998
|
|
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
|
|
#
|
|
# $Id: Makefile,v 1.5 1999/01/02 19:11:09 sada Exp $
|
|
#
|
|
|
|
DISTNAME= xc
|
|
PKGNAME= xtt-S3V-1.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
LIB_DEPENDS= font.1:${.CURDIR}/../XttXF86srv-common
|
|
|
|
SERVER= XF86_S3V
|
|
|
|
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|