1999-01-02 13:26:51 +00:00
|
|
|
# New ports collection makefile for: apel for mule
|
1999-10-10 16:25:38 +00:00
|
|
|
# Version required: 9.22
|
1999-01-02 13:26:51 +00:00
|
|
|
# Date created: 23 September 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
1999-01-02 13:26:51 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-01-02 13:26:51 +00:00
|
|
|
#
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= shige@FreeBSD.org
|
1999-01-02 13:26:51 +00:00
|
|
|
|
|
|
|
# This is a slave port.
|
|
|
|
PORTCLASS= slave
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/apel-emacs
|
|
|
|
|
|
|
|
# emacs port setup
|
|
|
|
EMACS_NAME= mule
|
|
|
|
EMACS_PORT= mule
|
|
|
|
EMACS_VER= 19.34
|
1999-06-29 23:59:32 +00:00
|
|
|
EMACS_LIBDIR= share/${EMACS_NAME}
|
|
|
|
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
|
1999-01-02 13:26:51 +00:00
|
|
|
|
1999-05-09 16:14:47 +00:00
|
|
|
# RUN_DEPENDS port name's suffix is '-common'.
|
1999-01-02 13:26:51 +00:00
|
|
|
HAVE_COMMON_PORT= YES
|
1999-06-29 23:59:32 +00:00
|
|
|
# emacs requires *-setupel.el
|
1999-01-02 13:26:51 +00:00
|
|
|
REQUIRE_SETUPEL= YES
|
|
|
|
|
1999-05-09 16:14:47 +00:00
|
|
|
# use pkg/* files in ${.CURDIR}
|
1999-01-02 13:26:51 +00:00
|
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
|
|
|
|
.include <${MASTERDIR}/Makefile>
|