freebsd-ports/chinese/oto/Makefile
Sergey Matveychuk dc769a34d1 - Pass maintainership to submitter
PR:		ports/75730
Submitted by:	statue(at)freebsd.netlab.cse.yzu.edu.tw
2005-01-08 15:50:05 +00:00

30 lines
751 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= chinese print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw
COMMENT= Show you font info and add new 'name' and 'cmap' tables
USE_ICONV= yes
USE_GETOPT_LONG=yes
HAS_CONFIGURE= YES
USE_GMAKE= YES
USE_REINPLACE= yes
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv"
post-patch:
@${FIND} ${WRKSRC}/src/ -type f -print0 | \
${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,'
.include <bsd.port.mk>