mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add flim-emacs21, message representation or encoding elisp library for emac\
s21.
This commit is contained in:
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
|
@ -51,6 +51,7 @@
|
|||
SUBDIR += fb
|
||||
SUBDIR += flim
|
||||
SUBDIR += flim-emacs20
|
||||
SUBDIR += flim-emacs21
|
||||
SUBDIR += flim-xemacs21-mule
|
||||
SUBDIR += flim113
|
||||
SUBDIR += fpc-ide
|
||||
|
|
20
editors/flim-emacs21/Makefile
Normal file
20
editors/flim-emacs21/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue