mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
30 lines
660 B
Makefile
30 lines
660 B
Makefile
# New ports collection makefile for: LEIM for emacs20
|
|
# Version required: 20.4
|
|
# Date created: 10 September 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= leim-20.4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= emacs
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= emacs-20.4:${PORTSDIR}/editors/emacs20
|
|
RUN_DEPENDS= emacs-20.4:${PORTSDIR}/editors/emacs20
|
|
|
|
USE_GMAKE= yes
|
|
|
|
EMACS_VER= 20.4
|
|
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>
|