freebsd-ports/editors/psgml-emacs19/Makefile
2005-10-24 14:56:28 +00:00

24 lines
474 B
Makefile

# New ports collection makefile for: psgml for emacs19
# Date created: 23 January 1999
# Whom: shige
#
# $FreeBSD$
#
MAINTAINER= ports@FreeBSD.org
COMMENT= A major mode for editing SGML and XML documents for emacs19
# This is a slave port.
MASTERDIR= ${.CURDIR}/../psgml
# emacs port setup
EMACS_PORT_NAME= emacs19
BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
ALL_TARGET= compile
post-build:
cd ${WRKSRC} && makeinfo *.texi
.include "${MASTERDIR}/Makefile"