freebsd-ports/editors/apel-mule/Makefile

31 lines
655 B
Makefile
Raw Normal View History

# New ports collection makefile for: apel for mule
1999-05-09 18:14:47 +02:00
# Version required: 9.18
# Date created: 23 September 1998
1999-05-09 18:14:47 +02:00
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
1999-05-09 18:14:47 +02:00
# $Id: Makefile,v 1.2 1999/03/01 09:37:20 shige Exp $
#
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
EMACS_LIBDIR= share/${EMACS_NAME}
1999-05-09 18:14:47 +02:00
# RUN_DEPENDS port name's suffix is '-common'.
HAVE_COMMON_PORT= YES
1999-05-09 18:14:47 +02:00
# emacs requires *-setup.el
REQUIRE_SETUPEL= YES
1999-05-09 18:14:47 +02:00
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
.include <${MASTERDIR}/Makefile>