2013-09-20 16:01:22 +00:00
|
|
|
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
2003-04-27 00:49:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oto
|
2006-05-27 15:43:26 +00:00
|
|
|
PORTVERSION= 0.5
|
2016-12-08 19:23:24 +00:00
|
|
|
PORTREVISION= 1
|
2003-04-27 00:49:57 +00:00
|
|
|
CATEGORIES= chinese print
|
2009-08-22 00:15:15 +00:00
|
|
|
MASTER_SITES= SF
|
2003-04-27 00:49:57 +00:00
|
|
|
|
2005-07-25 21:58:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-27 00:49:57 +00:00
|
|
|
COMMENT= Show you font info and add new 'name' and 'cmap' tables
|
|
|
|
|
2013-12-30 22:21:35 +00:00
|
|
|
USES= gmake iconv
|
2006-05-27 15:43:26 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 14:49:59 +00:00
|
|
|
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
2003-04-27 00:49:57 +00:00
|
|
|
|
|
|
|
post-patch:
|
2003-11-19 22:08:29 +00:00
|
|
|
@${FIND} ${WRKSRC}/src/ -type f -print0 | \
|
|
|
|
${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|