freebsd-ports/chinese/muni/Makefile
Satoshi Asami 74b19501bc Convert to PORTNAME/PORTVERSION.
Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
2000-04-13 08:28:23 +00:00

25 lines
664 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.net/i18n/muni/
MAINTAINER= adam@whizkidtech.net
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>