aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/bug5/Makefile
blob: 88b46617c1a5b523858d928cc7debccfbd879c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>