From 446ce36c71a1bff72ddbec423ce4aaa6584d1538 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Wed, 27 Jan 2010 15:55:48 +0000 Subject: [PATCH] Add semi-emacs22, a slave port of editors/semi for emacs22. --- editors/Makefile | 1 + editors/semi-emacs22/Makefile | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 editors/semi-emacs22/Makefile diff --git a/editors/Makefile b/editors/Makefile index fbff8c2ffbd5..6128cfaafb06 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -206,6 +206,7 @@ SUBDIR += scribes SUBDIR += semi SUBDIR += semi-emacs21 + SUBDIR += semi-emacs22 SUBDIR += semi-xemacs21-mule SUBDIR += setedit SUBDIR += slime diff --git a/editors/semi-emacs22/Makefile b/editors/semi-emacs22/Makefile new file mode 100644 index 000000000000..bc0e5d86fbde --- /dev/null +++ b/editors/semi-emacs22/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: semi for emacs22 +# Date created: 27 January 2009 +# Whom: MANTANI Nobutaka +# +# $FreeBSD$ +# + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs22 + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/semi + +# emacs port setup +USE_EMACS= yes +EMACS_PORT_NAME= emacs22 + +.include "${MASTERDIR}/Makefile"