1999-04-30 03:01:44 +00:00
|
|
|
# New ports collection makefile for: custom for mule
|
|
|
|
# Date created: 27 December 1998
|
|
|
|
# Whom: shige
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-30 03:01:44 +00:00
|
|
|
#
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= shige@FreeBSD.org
|
1999-04-30 03:01:44 +00:00
|
|
|
|
|
|
|
# This is a slave port.
|
|
|
|
PORTCLASS= slave
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/custom-emacs
|
|
|
|
|
|
|
|
# emacs port setup
|
|
|
|
EMACS_NAME= mule
|
|
|
|
EMACS_PORT= mule
|
|
|
|
EMACS_VER= 19.34
|
|
|
|
EMACS_LIBDIR= share/${EMACS_NAME}
|
|
|
|
HAVE_COMMON_PORT= YES
|
|
|
|
|
|
|
|
# pkg/* files but PLIST are used in ${.CURDIR}
|
|
|
|
PKGDIR= ${.CURDIR}/pkg
|
2000-01-08 16:36:44 +00:00
|
|
|
PATCHDIR= ${.CURDIR}/patches
|
1999-04-30 03:01:44 +00:00
|
|
|
PLIST= ${MASTERDIR}/pkg/PLIST
|
|
|
|
|
|
|
|
.include <${MASTERDIR}/Makefile>
|