blob: 6790eda7e0a283b67c3fd2e1af5b6af89d707a2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= cconv
PORTVERSION= 0.6.3
DISTVERSIONPREFIX= v
CATEGORIES= chinese converters
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified-Traditional Chinese conversion tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= autoreconf iconv libtool
GH_ACCOUNT= xiaoyjy
USE_GITHUB= yes
CONFLICTS_INSTALL= libunicode # include/unicode.h
.include <bsd.port.pre.mk>
.if !empty(ICONV_LIB)
CONFIGURE_ENV+= ICONV_DIR=${ICONV_PREFIX}
.endif
.include <bsd.port.post.mk>
|