Add elib-emacs21, collection of useful routines for Emacs lisp programs.

This commit is contained in:
MANTANI Nobutaka 2007-08-04 09:04:51 +00:00
parent c582ba60db
commit 696b9f4cde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197062
2 changed files with 20 additions and 0 deletions

View File

@ -284,6 +284,7 @@
SUBDIR += elib SUBDIR += elib
SUBDIR += elib-emacs19 SUBDIR += elib-emacs19
SUBDIR += elib-emacs20 SUBDIR += elib-emacs20
SUBDIR += elib-emacs21
SUBDIR += engrave SUBDIR += engrave
SUBDIR += entity SUBDIR += entity
SUBDIR += epm SUBDIR += epm

View 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"