Add apel-emacs21, a Portable Emacs Library for emacs21.

This commit is contained in:
MANTANI Nobutaka 2007-07-29 09:54:28 +00:00
parent 4692dbe530
commit 9198af3f66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196549
2 changed files with 21 additions and 0 deletions

View file

@ -11,6 +11,7 @@
SUBDIR += aewan
SUBDIR += apel
SUBDIR += apel-emacs20
SUBDIR += apel-emacs21
SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav

View file

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