1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/chinese/oto/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

23 lines
518 B
Makefile

# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
# $FreeBSD$
PORTNAME= oto
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= chinese print
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Show you font info and add new 'name' and 'cmap' tables
USES= gmake iconv
GNU_CONFIGURE= YES
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
post-patch:
@${FIND} ${WRKSRC}/src/ -type f -print0 | \
${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,'
.include <bsd.port.mk>