diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-07 23:37:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-07 23:37:27 +0800 |
commit | 3ee4ab2ba220326ee81e15a6cd204dc020bda31f (patch) | |
tree | af064497f0e80073c02a7f1b2638550861875d2f /chinese/xttmgr/Makefile | |
parent | aded1d88c143c9796a799ff38f2a17280d2a3eba (diff) | |
download | marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.tar marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.tar.gz marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.tar.bz2 marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.tar.lz marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.tar.xz marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.tar.zst marcuscom-ports-3ee4ab2ba220326ee81e15a6cd204dc020bda31f.zip |
Fix build with new freetype2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7608 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'chinese/xttmgr/Makefile')
-rw-r--r-- | chinese/xttmgr/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chinese/xttmgr/Makefile b/chinese/xttmgr/Makefile new file mode 100644 index 000000000..0eb4ae2c7 --- /dev/null +++ b/chinese/xttmgr/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ArialUni CJK TrueType fonts +# Date created: 13 Oct 2001 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD: ports/chinese/xttmgr/Makefile,v 1.5 2005/07/25 21:58:10 linimon Exp $ +# + +PORTNAME= xttmgr +PORTVERSION= 0.9.6 +CATEGORIES= chinese +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/xttmgr/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A Big5/GB enhanced TrueType Font Manager + +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 + +PLIST_FILES= bin/xttmgr + +.include <bsd.port.mk> |