freebsd-ports/converters/gb2jis/Makefile
Ying-Chieh Liao 7024947efa add gb2jis, convert GuoBiao Hanzi to JIS Kanji
PR:		21306
Submitted by:	Zhang Shu <jo-c@is.aist-nara.ac.jp>
2001-03-07 13:19:27 +00:00

25 lines
498 B
Makefile

# 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>