mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
74b19501bc
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).
26 lines
664 B
Makefile
26 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>
|