mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
338 B
Makefile
18 lines
338 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= A Portable Emacs Library for emacs22
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/apel
|
|
|
|
# emacs port setup
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs22
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|