1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196553
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"