blob: c3bee9945589dae7011725ae191a3e99c573fb14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: X Font Server with X True Type
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $FreeBSD$
#
PORTNAME= xtt-xfs
PORTVERSION= ${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MAINTAINER= taguchi@tohoku.iij.ad.jp
COMMENT= A X True Type Font Server
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
SERVER= xfs
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|