mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
27 lines
472 B
Makefile
27 lines
472 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
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>
|