mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
29 lines
548 B
Makefile
29 lines
548 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !empty(ICONV_LIB)
|
|
CONFIGURE_ENV+= ICONV_DIR=${ICONV_PREFIX}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|