mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3a1c1eb011
PR: ports/164249 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
30 lines
681 B
Makefile
30 lines
681 B
Makefile
# New ports collection makefile for: bug5
|
|
# Date created: 25 April 2011
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bug5
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= chinese converters
|
|
MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
|
|
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= A Big5/GBK <-> UTF-8 translating layer in terminal
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
|
|
|
GITVERSION= 600e6be
|
|
FETCH_ARGS= -pRr
|
|
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
|
|
|
PLIST_FILES= bin/bug5
|
|
|
|
.include <bsd.port.mk>
|