# New ports collection makefile for: anthy # Date created: 26 February 2002 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= anthy PORTVERSION= 4300b CATEGORIES= japanese MASTER_SITES= http://downloads.sourceforge.jp/anthy/5332/ MAINTAINER= nobutaka@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