mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
bc8991baec
- While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format Changes: https://github.com/buganini/bug5/commits/master PR: ports/182262 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
26 lines
489 B
Makefile
26 lines
489 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bug5
|
|
PORTVERSION= 1.17
|
|
CATEGORIES= chinese converters
|
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Big5/GBK <-> UTF-8 translating layer in terminal
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
GH_COMMIT= 992e2d3
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
|
NO_STAGE= yes
|
|
|
|
PLIST_FILES= bin/bug5
|
|
|
|
.include <bsd.port.mk>
|