1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/wemi-emacs20-current/Makefile
Shigeyuki Fukushima 2edd36597f Add EMACS_LIBDIR_WITH_VER valiable.
wemi-setupel.el file is installed
into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp.
1999-08-06 17:07:22 +00:00

27 lines
620 B
Makefile

# New ports collection makefile for: wemi-current for emacs20
# Version required: 1.13.3
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
# $Id: Makefile,v 1.7 1999/05/10 14:51:35 shige Exp $
#
MAINTAINER= shige@FreeBSD.ORG
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current
# emacs port setup
EMACS_NAME= emacs
EMACS_PORT= emacs20
EMACS_VER= 20.3
EMACS_LIBDIR= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
.include <${MASTERDIR}/Makefile>