forked from Lainports/freebsd-ports
Add semi-emacs21, Library of MIME feature for GNU Emacs for emacs21.
This commit is contained in:
parent
c248769128
commit
e8269bcef4
2 changed files with 21 additions and 0 deletions
|
|
@ -138,6 +138,7 @@
|
|||
SUBDIR += scribes
|
||||
SUBDIR += semi
|
||||
SUBDIR += semi-emacs20
|
||||
SUBDIR += semi-emacs21
|
||||
SUBDIR += semi-xemacs21-mule
|
||||
SUBDIR += semi113
|
||||
SUBDIR += setedit
|
||||
|
|
|
|||
20
editors/semi-emacs21/Makefile
Normal file
20
editors/semi-emacs21/Makefile
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue