2cbffa33df
Another kana-kanji conversion server.
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# New ports collection makefile for: anthy
|
|
# Date created: 26 February 2002
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= anthy
|
|
PORTVERSION= 2427b
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://www.kyoto.trans-nt.com/anthy/
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_SHLIBS= yes
|
|
|
|
.include <bsd.port.mk>
|