summaryrefslogtreecommitdiff
path: root/japanese/anthy/Makefile
blob: acb70f0e93c5e081e6c011744be09e823e2b220b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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=	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 <bsd.port.mk>