9051e660ca
PR: 50816 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
27 lines
703 B
Makefile
27 lines
703 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
|
|
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>
|