freebsd-ports/editors/psgml-mule/Makefile

25 lines
465 B
Makefile
Raw Normal View History

# New ports collection makefile for: psgml for mule
# Date created: 23 January 1999
# Whom: shige
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
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
EMACS_PORT_NAME= mule
2005-10-24 16:56:28 +02:00
BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
ALL_TARGET= compile
post-build:
cd ${WRKSRC} && makeinfo *.texi
.include "${MASTERDIR}/Makefile"