2012-10-10 17:34:02 +02:00
|
|
|
PORTNAME= chiconv
|
2015-06-28 10:38:43 +02:00
|
|
|
PORTVERSION= 11.3
|
2012-10-10 17:34:02 +02:00
|
|
|
CATEGORIES= chinese converters
|
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
|
|
COMMENT= Auto chinese encoding converter
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/buganini/chiconv
|
2012-10-10 17:34:02 +02:00
|
|
|
|
2014-12-22 18:31:49 +01:00
|
|
|
LICENSE= ISCL
|
2012-10-10 17:34:02 +02:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
|
2012-10-10 17:34:02 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= buganini
|
|
|
|
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/chiconv
|
|
|
|
|
2015-06-28 10:38:43 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chiconv
|
|
|
|
|
2012-10-10 17:34:02 +02:00
|
|
|
.include <bsd.port.mk>
|