1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
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 14:16:57 +00:00
# Version required: 9.23
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
1999-08-25 05:57:29 +00: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-29 23:59:32 +00:00
EMACS_LIBDIR= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
1999-05-09 16:14:47 +00:00
# RUN_DEPENDS port name's suffix is '-common'.
HAVE_COMMON_PORT= YES
1999-06-29 23:59:32 +00:00
# emacs requires *-setupel.el
REQUIRE_SETUPEL= YES
1999-05-09 16:14:47 +00:00
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
.include <${MASTERDIR}/Makefile>