freebsd-ports/editors/leim20/Makefile

33 lines
740 B
Makefile
Raw Normal View History

# New ports collection makefile for: LEIM for emacs20
# Date created: 10 September 1998
2000-01-04 12:32:27 +01:00
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= leim
2000-06-27 05:54:29 +02:00
PORTVERSION= 20.7
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= leim20
2000-01-04 12:32:27 +01:00
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
USE_GMAKE= yes
2000-06-27 05:54:29 +02:00
EMACS_VER= 20.7
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>