summaryrefslogtreecommitdiff
path: root/japanese/yc.el/Makefile
blob: 55cd5ec0f28cb4f97e5541c4da73aefdf708a81d (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
# New ports collection makefile for:	yc.el
# Date created:		1999/12/05
# Whom:			HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	yc.el
PORTVERSION=	4.0.1
PORTEPOCH=	1
CATEGORIES=	japanese elisp
MASTER_SITES=	http://www.ceres.dti.ne.jp/~knak/
DISTNAME=	yc-${PORTVERSION}

MAINTAINER=	t@nakao.org
COMMENT=	Yet another Canna client for Emacs/XEmacs

EMACS_PORT_NAME?=	emacs21
YC_LISPDIR=		${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/yc

MAKE_ARGS+=	LISPDIR=${YC_LISPDIR}
MAKE_ARGS+=	INSTALL_PROGRAM="${INSTALL_PROGRAM}"
MAKE_ARGS+=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"

post-install:
	@${CAT} ${MASTERDIR}/pkg-message

.include <bsd.port.mk>