freebsd-ports/chinese/chiconv/Makefile

24 lines
423 B
Makefile
Raw Normal View History

PORTNAME= chiconv
PORTVERSION= 11.3
CATEGORIES= chinese converters
MAINTAINER= buganini@gmail.com
COMMENT= Auto chinese encoding converter
WWW= https://github.com/buganini/chiconv
LICENSE= ISCL
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
USE_GITHUB= yes
GH_ACCOUNT= buganini
MAKE_ARGS= PREFIX=${PREFIX}
PLIST_FILES= bin/chiconv
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chiconv
.include <bsd.port.mk>