freebsd-ports/editors/apel-mule/Makefile

32 lines
668 B
Makefile
Raw Normal View History

# New ports collection makefile for: apel for mule
2000-01-02 15:16:57 +01:00
# Version required: 9.23
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
MAINTAINER= shige@FreeBSD.org
# 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-30 01:59:32 +02:00
EMACS_LIBDIR= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
1999-05-09 18:14:47 +02:00
# RUN_DEPENDS port name's suffix is '-common'.
HAVE_COMMON_PORT= YES
1999-06-30 01:59:32 +02:00
# emacs requires *-setupel.el
REQUIRE_SETUPEL= YES
1999-05-09 18:14:47 +02:00
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
.include <${MASTERDIR}/Makefile>