2003-04-27 00:49:57 +00:00
|
|
|
# New ports collection makefile for: zh-oto
|
|
|
|
# Date created: 8 March 2003
|
|
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= oto
|
2006-05-27 15:43:26 +00:00
|
|
|
PORTVERSION= 0.5
|
2003-04-27 00:49:57 +00:00
|
|
|
CATEGORIES= chinese print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
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
|
|
|
|
|
2004-03-30 19:20:22 +00:00
|
|
|
USE_ICONV= yes
|
2006-05-27 15:43:26 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2003-04-27 00:49:57 +00:00
|
|
|
USE_GMAKE= YES
|
2003-07-14 02:53:03 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv"
|
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>
|