1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/japanese/yc.el/Makefile
Andrey Slusar 1e4b5e828a Remove EMACS_PORT_NAME from Makefile because the default value of
EMACS_PORT_NAME is defined in bsd.emacs.mk.

PR:		ports/115029
Submitted by:	Takayuki Nakao (maintainer)
2007-07-30 16:57:23 +00:00

35 lines
825 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.13
PORTREVISION= 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
USE_EMACS= yes
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}"
PLIST_FILES= bin/icanna \
%%EMACS_VERSION_SITE_LISPDIR%%/yc/yc.el \
%%EMACS_VERSION_SITE_LISPDIR%%/yc/yc.elc
PLIST_DIRS= %%EMACS_VERSION_SITE_LISPDIR%%/yc
post-install:
@${CAT} ${MASTERDIR}/pkg-message
.include <bsd.port.mk>