mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
23 lines
466 B
Makefile
23 lines
466 B
Makefile
|
# New ports collection makefile for: Xserver for 3DLabs with X True Type
|
||
|
# Version required: 1.1
|
||
|
# Date created: 13 Dec 1998
|
||
|
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
|
||
|
#
|
||
|
# $Id:$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xc
|
||
|
PKGNAME= xtt-3DLabs-1.1
|
||
|
CATEGORIES= x11
|
||
|
|
||
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||
|
|
||
|
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
|
||
|
|
||
|
SERVER= XF86_3DLabs
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
|
||
|
PKGDIR= ${.CURDIR}/pkg
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|