head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.17;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@# New ports collection makefile for:	yc.el
# Date created:		1999/12/05
# Whom:			HONDA Yasuhiro <honda@@kashio.info.mie-u.ac.jp>
#
# $FreeBSD$
# $ports: ports/japanese/yc.el/Makefile,v 1.12 2003/06/17 13:13:06 daichi Exp $
#

PORTNAME=	yc.el
PORTVERSION=	3.5.8
PORTEPOCH=	1
CATEGORIES=	japanese elisp
MASTER_SITES=	http://www.ceres.dti.ne.jp/~knak/
EXTRACT_SUFX=	.gz

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

EXTRACT_AFTER_ARGS=	> yc.el
NO_WRKSUBDIR=	yes

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

do-build:
	${EMACS_CMD} -batch -f batch-byte-compile ${WRKSRC}/yc.el

do-install:
	${MKDIR} ${YC_LISPDIR}
	${INSTALL_DATA} ${WRKSRC}/yc.el ${YC_LISPDIR}
	${INSTALL_DATA} ${WRKSRC}/yc.elc ${YC_LISPDIR}

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

.include <bsd.port.mk>
@
