# New ports collection makefile for:	psgml for mule
# Date created:		23 January 1999
# Whom:			shige
#
# $FreeBSD: ports/editors/psgml-mule/Makefile,v 1.14 2006/01/28 02:11:17 linimon Exp $
#

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A major mode for editing SGML and XML documents for mule

# This is a slave port.
MASTERDIR=	${.CURDIR}/../psgml

# emacs port setup
USE_EMACS=	yes
EMACS_PORT_NAME=	mule

BUILD_DEPENDS+=	makeinfo:${PORTSDIR}/print/texinfo

ALL_TARGET=	compile

post-build:
	cd ${WRKSRC} && makeinfo *.texi

.include "${MASTERDIR}/Makefile"
