diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-27 00:49:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-27 00:49:57 +0000 |
commit | 9051e660ca616de31aca2dcbd2837a859e7e16d9 (patch) | |
tree | 465118537eb7a2384c8ffa3d49d7362292249f07 /chinese/oto/Makefile | |
parent | eedcb43b9ce7d5459dcddafc96553eedd25454c1 (diff) |
Notes
Diffstat (limited to 'chinese/oto/Makefile')
-rw-r--r-- | chinese/oto/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile new file mode 100644 index 000000000000..73867e215b47 --- /dev/null +++ b/chinese/oto/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: zh-oto +# Date created: 8 March 2003 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= oto +PORTVERSION= 0.4 +CATEGORIES= chinese print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= statue@freebsd.sinica.edu.tw +COMMENT= Show you font info and add new 'name' and 'cmap' tables + +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +HAS_CONFIGURE= YES +USE_GMAKE= YES +USE_REINPLACE= yes + +.include <bsd.port.pre.mk> +post-patch: + @${FIND} ${WRKSRC}/src/ -name "*" | ${XARGS} ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' +.include <bsd.port.post.mk> |