1999-08-06 19:07:06 +00:00
|
|
|
# New ports collection makefile for: flim for xemacs-mule
|
|
|
|
# Version required: 1.9.2
|
|
|
|
# Date created: 25 July 1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
1999-08-06 19:07:06 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-08-06 19:07:06 +00:00
|
|
|
#
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= shige@FreeBSD.org
|
1999-08-06 19:07:06 +00:00
|
|
|
|
|
|
|
# This is a slave port.
|
|
|
|
PORTCLASS= slave
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/flim-emacs
|
|
|
|
|
|
|
|
# emacs port setup
|
|
|
|
EMACS_NAME= xemacs
|
|
|
|
EMACS_PORT= xemacs-mule
|
1999-09-09 16:28:48 +00:00
|
|
|
EMACS_VER= 21.1.6
|
1999-08-06 19:07:06 +00:00
|
|
|
EMACS_LIBDIR= lib/${EMACS_NAME}-${EMACS_VER}
|
1999-09-09 16:28:48 +00:00
|
|
|
# xemacs-mule-21.1.6 has no version specific site-lisp directories.
|
1999-08-06 19:07:06 +00:00
|
|
|
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}
|
|
|
|
|
|
|
|
# RUN_DEPENDS port name's suffix is '-common'.
|
|
|
|
HAVE_COMMON_PORT= YES
|
|
|
|
|
|
|
|
# use pkg/* files in ${.CURDIR}
|
|
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
|
|
|
|
.include <${MASTERDIR}/Makefile>
|