1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/chinese/cconv/Makefile
Sunpoet Po-Chuan Hsieh 82dac9d840 - Update to 0.6.3
- Update LICENSE
- Update WWW

Changes:	https://github.com/xiaoyjy/cconv/releases
2016-03-06 06:19:19 +00:00

34 lines
732 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cconv
PORTVERSION= 0.6.3
DISTVERSIONPREFIX= v
CATEGORIES= chinese converters
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified-Traditional Chinese conversion tool
LICENSE= MIT
LICNESE_FILE= ${WRKSRC}/License
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= autoreconf iconv libtool
GH_ACCOUNT= xiaoyjy
USE_GITHUB= 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.pre.mk>
.if ! empty(ICONV_LIB)
CONFIGURE_ENV+= ICONV_DIR=${ICONV_PREFIX}
.endif
.include <bsd.port.post.mk>