mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
26 lines
506 B
Makefile
26 lines
506 B
Makefile
# New ports collection makefile for: X98server for EGC with X True Type
|
|
# Date created: 25 October 1998
|
|
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtt-98EGC
|
|
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_EGC
|
|
|
|
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
X98SERVER= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|