aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/muni/Makefile
blob: 4cbf180bde99236c850a1ec1dc352547d9672dae (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:    muni
# Date created:     6 May 1999
# Whom:         G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#

PORTNAME=   muni
PORTVERSION=    1.0
CATEGORIES= chinese
MASTER_SITES=   http://www.whizkidtech.redprince.net/i18n/muni/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Find Unicode values for Chinese characters

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/muni ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/muni
    ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/muni
    ${INSTALL_DATA} ${WRKSRC}/yung.gif ${PREFIX}/share/doc/muni
    ${INSTALL_DATA} ${WRKSRC}/kang.gif ${PREFIX}/share/doc/muni
.endif

.include <bsd.port.mk>