ee0a162557
Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove flim113-emacs. I'll addport flim113-emacs19 stub(slave) port as emacs19 ports. Install el/elc files to version specific site-lisp directory. Change some style.
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# New ports collection makefile for: flim-1.13.x for mule
|
|
# Date created: 9 May 1999
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/flim113
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= mule
|
|
|
|
.include <${MASTERDIR}/Makefile>
|