mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
eca78ec61b
Requested by: edwin
32 lines
644 B
Makefile
32 lines
644 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= 3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= emacs
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Libraries of (GNU) Emacs Input Method
|
|
|
|
LATEST_LINK= leim21
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs21
|
|
|
|
USE_GMAKE= yes
|
|
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>
|