freebsd-ports/editors/custom-mule/Makefile

24 lines
444 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_PORT_NAME= mule
1999-04-30 05:01:44 +02:00
# pkg/* files but PLIST are used in ${.CURDIR}
PKGDIR= ${.CURDIR}
PATCHDIR= ${.CURDIR}/files
PLIST= ${MASTERDIR}/pkg-plist
1999-04-30 05:01:44 +02:00
.include <${MASTERDIR}/Makefile>