1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/chinese/cconv/Makefile
Sunpoet Po-Chuan Hsieh a0ea4bbbf1 - Fix iconv linking in libcconv.so
- Bump PORTREVISION for package change
2012-04-25 03:30:37 +00:00

26 lines
588 B
Makefile

# New ports collection makefile for: cconv
# Date created: 2011-04-26
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cconv
PORTVERSION= 0.6.2
PORTREVISION= 2
CATEGORIES= chinese converters
MASTER_SITES= GOOGLE_CODE
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified-Traditional Chinese conversion tool
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|UTF-TW|UTF8-TW|g' ${WRKSRC}/main.c
.include <bsd.port.mk>