aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/migemo-emacs22/Makefile
blob: 8d4208b3636147e352de3d51a9884c2fd6fed382 (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
32
33
# New ports collection makefile for:    Migemo (for emacs)
# Date created:     4 August 2007
# Whom:         MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#

PKGNAMESUFFIX=  -${EMACS_PORT_NAME}
COMMENT=    Japanese incremental search tool for emacs
MASTERDIR=  ${.CURDIR}/../../japanese/migemo
PKGDIR= ${.CURDIR}
PLIST=      ${MASTERDIR}/pkg-plist
PKGMESSAGE= ${MASTERDIR}/pkg-message

USE_EMACS=  yes
EMACS_PORT_NAME?=   emacs22
BUILD_DEPENDS=  ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel
RUN_DEPENDS=    ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel \
        migemo:${PORTSDIR}/japanese/migemo

CONFLICTS=  ja-migemo-emacs21-[0-9]*

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
ALL_TARGET= migemo.elc

PLIST_SUB=  MIGEMO="@comment " ELISP=""
SLAVE_PORT= yes

do-install:
    ${INSTALL_DATA} ${WRKSRC}/migemo.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp
    ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${PREFIX}/${EMACS_LIBDIR}/site-lisp
.include "${MASTERDIR}/Makefile"