diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 08:49:52 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 08:49:52 +0000 |
commit | 6bf35ab7357be13d69d45c3c29bb8664098322ab (patch) | |
tree | 4d8dccc59fbff3d5e53e44198ae8673c899722f0 /editors/bitmap-emacs21 | |
parent | 2fd407c5142f8866ab2d52b7047e6e77f39864c0 (diff) |
Notes
Diffstat (limited to 'editors/bitmap-emacs21')
-rw-r--r-- | editors/bitmap-emacs21/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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 <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" |