mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Add semi-emacs22, a slave port of editors/semi for emacs22.
This commit is contained in:
parent
35c5592b2b
commit
446ce36c71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248687
2 changed files with 21 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
|||
SUBDIR += scribes
|
||||
SUBDIR += semi
|
||||
SUBDIR += semi-emacs21
|
||||
SUBDIR += semi-emacs22
|
||||
SUBDIR += semi-xemacs21-mule
|
||||
SUBDIR += setedit
|
||||
SUBDIR += slime
|
||||
|
|
20
editors/semi-emacs22/Makefile
Normal file
20
editors/semi-emacs22/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: semi for emacs22
|
||||
# Date created: 27 January 2009
|
||||
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
#
|
||||
# $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"
|
Loading…
Add table
Reference in a new issue