mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9e5a01bf35
flim-setupel.el file is installed into ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp.
27 lines
613 B
Makefile
27 lines
613 B
Makefile
# New ports collection makefile for: flim-current for emacs20
|
|
# Version required: 1.12.5
|
|
# Date created: 23 September 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.7 1999/05/09 16:39:50 shige Exp $
|
|
#
|
|
|
|
MAINTAINER= shige@FreeBSD.ORG
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/flim-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>
|