mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
436 B
Makefile
19 lines
436 B
Makefile
|
# New ports collection makefile for: X Font Server with X True Type
|
||
|
# Version required: 0.6
|
||
|
# Date created: 15 April 1998
|
||
|
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
|
||
|
#
|
||
|
# $Id:$
|
||
|
#
|
||
|
|
||
|
PKGNAME= xtt-xf86srv-xfs-0.6
|
||
|
CATEGORIES= x11
|
||
|
|
||
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||
|
|
||
|
BUILD_DEPENDS= ${.CURDIR}/../XttXF86srv-common/work/.build_done:${.CURDIR}/../XttXF86srv-common
|
||
|
|
||
|
SERVER= xfs
|
||
|
|
||
|
.include "${.CURDIR}/../XttXF86srv-common/Makefile"
|