mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add apel-emacs22, a slave port of editors/apel for emacs22.
This commit is contained in:
parent
451792e5d0
commit
5736c8eab3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248684
2 changed files with 21 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
SUBDIR += aewan
|
||||
SUBDIR += apel
|
||||
SUBDIR += apel-emacs21
|
||||
SUBDIR += apel-emacs22
|
||||
SUBDIR += asedit
|
||||
SUBDIR += axe
|
||||
SUBDIR += beav
|
||||
|
|
20
editors/apel-emacs22/Makefile
Normal file
20
editors/apel-emacs22/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: apel for emacs22
|
||||
# Date created: 27 January 2010
|
||||
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= A Portable Emacs Library for emacs22
|
||||
|
||||
# This is a slave port.
|
||||
PORTCLASS= slave
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../editors/apel
|
||||
|
||||
# emacs port setup
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME= emacs22
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue