1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/japanese/yc.el/Makefile
Edwin Groothuis 325e1c0c01 Update ports: japanese/yc.el
This is a request for upgrading japanese/yc.el to version 4.0.3.

PR:		ports/60130
Submitted by:	Takayuki Nakao <t@nakao.org> <t.nakao@ntt.com>
2003-12-20 13:19:20 +00:00

29 lines
659 B
Makefile

# 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.3
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>