aboutsummaryrefslogtreecommitdiffstats
path: root/converters/gb2jis/Makefile
blob: 7b6cb640f9efcd7083db8ccbaf98d2fe522558ab (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
# New ports collection makefile for:        gb2jis
# Date created:     16 September 2000
# Whom:             Zhang Shu
#
# $FreeBSD$
#

PORTNAME=   gb2jis
PORTVERSION=    1.5
CATEGORIES= converters chinese japanese
MASTER_SITES=   ftp://ftp.ifcss.org/pub/software/unix/convert/
DISTNAME=   ${PORTNAME}

MAINTAINER= jo-c@is.aist-nara.ac.jp

ALL_TARGET=

MAN1=   gb2jis.1

post-patch:
    @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; \
        s|%%MAN1PREFIX%%|${MAN1PREFIX}|g" ${WRKSRC}/Makefile

.include <bsd.port.mk>