diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 15:46:39 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 15:46:39 +0000 |
commit | 5736c8eab3bdf8a1c7cd6fed3d674db2854d8d1e (patch) | |
tree | b0250127158764c1dca492460ca4de7b77ad802a /editors/apel-emacs22 | |
parent | - Remove unneeded patche (diff) |
Add apel-emacs22, a slave port of editors/apel for emacs22.
Notes
Notes:
svn path=/head/; revision=248684
Diffstat (limited to 'editors/apel-emacs22')
-rw-r--r-- | editors/apel-emacs22/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/apel-emacs22/Makefile b/editors/apel-emacs22/Makefile new file mode 100644 index 000000000000..b184ec58f4f2 --- /dev/null +++ b/editors/apel-emacs22/Makefile @@ -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" |