diff options
Diffstat (limited to 'x11-servers/XttXF86srv-xfs/Makefile')
-rw-r--r-- | x11-servers/XttXF86srv-xfs/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-xfs/Makefile b/x11-servers/XttXF86srv-xfs/Makefile new file mode 100644 index 000000000000..38a6a69c87cd --- /dev/null +++ b/x11-servers/XttXF86srv-xfs/Makefile @@ -0,0 +1,18 @@ +# 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" |