Add flim-emacs21, message representation or encoding elisp library for emac\

s21.
This commit is contained in:
MANTANI Nobutaka 2007-07-29 09:56:37 +00:00
parent 9198af3f66
commit c248769128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196551
2 changed files with 21 additions and 0 deletions

View file

@ -51,6 +51,7 @@
SUBDIR += fb
SUBDIR += flim
SUBDIR += flim-emacs20
SUBDIR += flim-emacs21
SUBDIR += flim-xemacs21-mule
SUBDIR += flim113
SUBDIR += fpc-ide

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: flim for emacs21
# Date created: 29 July 2007
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= FLIM, message representation or encoding elisp library for emacs21
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/flim
# emacs port setup
USE_EMACS= yes
EMACS_PORT_NAME= emacs21
.include "${MASTERDIR}/Makefile"