mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7b0c690b8a
PR: ports/9242 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# New ports collection makefile for: Xserver for I8514 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.4 1998/12/01 03:06:39 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xc
|
|
PKGNAME= xtt-8514-1.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
|
|
|
|
SERVER= XF86_8514
|
|
|
|
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|