20 lines
434 B
Makefile
20 lines
434 B
Makefile
# 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"
|