Add bitmap-emacs21, bitmap-mule package to use bitmap in Emacs21.

This commit is contained in:
MANTANI Nobutaka 2007-08-04 08:49:52 +00:00
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

View file

@ -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

View 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"