mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
37b71d2e4d
PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
20 lines
395 B
Makefile
20 lines
395 B
Makefile
# New ports collection makefile for: apel for emacs20
|
|
# Date created: 22 September 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
COMMENT= A Portable Emacs Library for emacs20
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/apel
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|