mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# New ports collection makefile for: apel for emacs21
|
|
# Date created: 29 July 2007
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= A Portable Emacs Library for emacs21
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/apel
|
|
|
|
# emacs port setup
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs21
|
|
|
|
.include "${MASTERDIR}/Makefile"
|