2002-02-26 07:37:10 +01:00
|
|
|
# New ports collection makefile for: anthy
|
|
|
|
# Date created: 26 February 2002
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= anthy
|
2003-08-19 08:06:52 +02:00
|
|
|
PORTVERSION= 4300b
|
2002-02-26 07:37:10 +01:00
|
|
|
CATEGORIES= japanese
|
2003-08-19 08:06:52 +02:00
|
|
|
MASTER_SITES= http://downloads.sourceforge.jp/anthy/5332/
|
2002-02-26 07:37:10 +01:00
|
|
|
|
2003-07-11 19:39:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Another kana-kanji conversion system
|
2002-02-26 07:37:10 +01:00
|
|
|
|
2003-07-11 19:39:39 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-08-19 08:06:52 +02:00
|
|
|
ELISPDIR= share/emacs/site-lisp
|
|
|
|
PLIST_SUB= ELISPDIR=${ELISPDIR}
|
|
|
|
|
2003-07-11 19:39:39 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in
|
2002-02-26 07:37:10 +01:00
|
|
|
|
2003-08-19 08:06:52 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${PREFIX}/${ELISPDIR}
|
|
|
|
|
2002-02-26 07:37:10 +01:00
|
|
|
.include <bsd.port.mk>
|