freebsd-ports/japanese/anthy/Makefile

32 lines
736 B
Makefile
Raw Normal View History

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