mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
510 B
Makefile
26 lines
510 B
Makefile
# New ports collection makefile for: X98server for MGA with X True Type
|
|
# Date created: 25 October 1998
|
|
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtt-98MGA
|
|
PORTVERSION= ${VERSION}.${PATCHLEVEL}
|
|
CATEGORIES= x11-servers
|
|
|
|
MAINTAINER= nakaji@tutrp.tut.ac.jp
|
|
|
|
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
SERVER= XF98_MGA
|
|
|
|
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
X98SERVER= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|