mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add flim-emacs22, a slave port of editors/flim for emacs22.
This commit is contained in:
parent
5ad09c63ec
commit
35c5592b2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248686
2 changed files with 21 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
SUBDIR += fb
|
||||
SUBDIR += flim
|
||||
SUBDIR += flim-emacs21
|
||||
SUBDIR += flim-emacs22
|
||||
SUBDIR += flim-xemacs21-mule
|
||||
SUBDIR += fpc-ide
|
||||
SUBDIR += fte
|
||||
|
|
20
editors/flim-emacs22/Makefile
Normal file
20
editors/flim-emacs22/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: flim for emacs22
|
||||
# Date created: 27 January 2010
|
||||
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= FLIM, message representation or encoding elisp library for emacs22
|
||||
|
||||
# This is a slave port.
|
||||
PORTCLASS= slave
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../editors/flim
|
||||
|
||||
# emacs port setup
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME= emacs22
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue