freebsd-ports/editors/custom-mule/Makefile

28 lines
535 B
Makefile
Raw Normal View History

1999-04-30 05:01:44 +02:00
# New ports collection makefile for: custom for mule
# Date created: 27 December 1998
# Whom: shige
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
1999-04-30 05:01:44 +02:00
#
MAINTAINER= shige@FreeBSD.org
1999-04-30 05:01:44 +02: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
PATCHDIR= ${.CURDIR}/patches
1999-04-30 05:01:44 +02:00
PLIST= ${MASTERDIR}/pkg/PLIST
.include <${MASTERDIR}/Makefile>