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"