1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/editors/leim21/Makefile
Kris Kennaway 131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00

33 lines
737 B
Makefile

# New ports collection makefile for: LEIM for emacs21
# Date created: 10 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= leim
PORTVERSION= 21.3
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
MAINTAINER= shige@FreeBSD.org
COMMENT= Libraries of (GNU) Emacs Input Method
LATEST_LINK= leim21
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
USE_GMAKE= yes
EMACS_VER= 21.3
WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}/leim
PLIST_SUB= EMACS_VER=${EMACS_VER}
SCRIPTS_ENV= EMACS_VER=${EMACS_VER}
pre-install:
@${MKDIR} ${PREFIX}/share/emacs/${EMACS_VER}/leim
.include <bsd.port.mk>