mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add elib-emacs21, collection of useful routines for Emacs lisp programs.
This commit is contained in:
parent
c582ba60db
commit
696b9f4cde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197062
@ -284,6 +284,7 @@
|
||||
SUBDIR += elib
|
||||
SUBDIR += elib-emacs19
|
||||
SUBDIR += elib-emacs20
|
||||
SUBDIR += elib-emacs21
|
||||
SUBDIR += engrave
|
||||
SUBDIR += entity
|
||||
SUBDIR += epm
|
||||
|
19
devel/elib-emacs21/Makefile
Normal file
19
devel/elib-emacs21/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: Elib for GNU Emacs 21
|
||||
# Date created: 4 August 2007
|
||||
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
# This is a slave port.
|
||||
PORTCLASS= slave
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../devel/elib
|
||||
|
||||
# emacs port setup
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME= emacs21
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user