freebsd-ports/chinese/oto/Makefile
Cheng-Lung Sung a3f2f5df9f - Update to 0.5
- use GNU_CONFIGURE, so it will be PREFIX clean now
- use %%DATADIR%%

PR:		98001
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
2006-05-27 15:43:26 +00:00

28 lines
697 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.5
CATEGORIES= chinese print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Show you font info and add new 'name' and 'cmap' tables
USE_ICONV= yes
USE_GETOPT_LONG=yes
GNU_CONFIGURE= YES
USE_GMAKE= 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>