7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
427 B
Makefile
26 lines
427 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chiconv
|
|
PORTVERSION= 11.3
|
|
CATEGORIES= chinese converters
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Auto chinese encoding converter
|
|
|
|
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>
|