mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
26 lines
460 B
Makefile
26 lines
460 B
Makefile
# Created by: buganini@gmail.com
|
|
|
|
PORTNAME= bug5
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= chinese converters
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Big5/GBK <-> UTF-8 translating layer in terminal
|
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
|
|
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
|
|
|
PLIST_FILES= bin/bug5
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bug5
|
|
|
|
.include <bsd.port.mk>
|