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

PORTNAME=      gb2jis
PORTVERSION=   1.5
CATEGORIES=    chinese
MASTER_SITES=  http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/
DISTFILES= gb2jis.tar.Z

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

WRKSRC= ${WRKDIR}/gb2jis
ALL_TARGET=

MAN1=          gb2jis.1
MANCOMPRESSED= yes

post-install:
# install manual
	@${GZIP_CMD} ${PREFIX}/man/man1/gb2jis.1

.include <bsd.port.mk>