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
|
|
|
#
|
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= shige@FreeBSD.org
|
2003-03-07 01:16:25 +01:00
|
|
|
COMMENT= The Custom Library for mule
|
1999-04-30 05:01:44 +02:00
|
|
|
|
|
|
|
# This is a slave port.
|
|
|
|
PORTCLASS= slave
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/custom-emacs
|
|
|
|
|
|
|
|
# emacs port setup
|
2000-07-17 04:40:09 +02:00
|
|
|
EMACS_PORT_NAME= mule
|
1999-04-30 05:01:44 +02:00
|
|
|
|
|
|
|
# pkg/* files but PLIST are used in ${.CURDIR}
|
2000-10-08 09:21:03 +02:00
|
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
1999-04-30 05:01:44 +02:00
|
|
|
|
|
|
|
.include <${MASTERDIR}/Makefile>
|