From 6bf35ab7357be13d69d45c3c29bb8664098322ab Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sat, 4 Aug 2007 08:49:52 +0000 Subject: [PATCH] Add bitmap-emacs21, bitmap-mule package to use bitmap in Emacs21. --- editors/Makefile | 1 + editors/bitmap-emacs21/Makefile | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 editors/bitmap-emacs21/Makefile diff --git a/editors/Makefile b/editors/Makefile index 6521d2040b5c..7362703e0ada 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -20,6 +20,7 @@ SUBDIR += bitedit SUBDIR += bitmap SUBDIR += bitmap-emacs20 + SUBDIR += bitmap-emacs21 SUBDIR += bless SUBDIR += boiling-egg SUBDIR += bpatch diff --git a/editors/bitmap-emacs21/Makefile b/editors/bitmap-emacs21/Makefile new file mode 100644 index 000000000000..5a0f6a306353 --- /dev/null +++ b/editors/bitmap-emacs21/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bitmap for emacs21 +# Date created: 4 August 2007 +# Whom: MANTANI Nobutaka +# +# $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"