9b595a9bae
Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove slave ports: flim113-emacs. Add slave stub ports: flim113-emacs19 for emacs-19.x 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: semi-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/semi113
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= mule
|
|
|
|
.include <${MASTERDIR}/Makefile>
|