freebsd-ports/chinese/muni/Makefile
Mark Linimon fc2a2a448f Reset maintainership. Adam has experienced a machine failure and is
currently unable to look after any of the ports that he has written.
2004-05-15 02:07:35 +00:00

27 lines
723 B
Makefile

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