Add semi-emacs21, Library of MIME feature for GNU Emacs for emacs21.

This commit is contained in:
MANTANI Nobutaka 2007-07-29 10:00:04 +00:00
parent c248769128
commit e8269bcef4
2 changed files with 21 additions and 0 deletions

View file

@ -138,6 +138,7 @@
SUBDIR += scribes
SUBDIR += semi
SUBDIR += semi-emacs20
SUBDIR += semi-emacs21
SUBDIR += semi-xemacs21-mule
SUBDIR += semi113
SUBDIR += setedit

View file

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