mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add bitmap-emacs21, bitmap-mule package to use bitmap in Emacs21.
This commit is contained in:
parent
2fd407c514
commit
6bf35ab735
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197059
2 changed files with 21 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
SUBDIR += bitedit
|
SUBDIR += bitedit
|
||||||
SUBDIR += bitmap
|
SUBDIR += bitmap
|
||||||
SUBDIR += bitmap-emacs20
|
SUBDIR += bitmap-emacs20
|
||||||
|
SUBDIR += bitmap-emacs21
|
||||||
SUBDIR += bless
|
SUBDIR += bless
|
||||||
SUBDIR += boiling-egg
|
SUBDIR += boiling-egg
|
||||||
SUBDIR += bpatch
|
SUBDIR += bpatch
|
||||||
|
|
20
editors/bitmap-emacs21/Makefile
Normal file
20
editors/bitmap-emacs21/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# New ports collection makefile for: bitmap for emacs21
|
||||||
|
# Date created: 4 August 2007
|
||||||
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
COMMENT= Bitmap-mule, Package to use bitmap in Emacs21
|
||||||
|
|
||||||
|
# This is a slave port.
|
||||||
|
PORTCLASS= slave
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../../editors/bitmap
|
||||||
|
|
||||||
|
# Setup EMACS_PORT_NAME variable.
|
||||||
|
USE_EMACS= yes
|
||||||
|
EMACS_PORT_NAME= emacs21
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue