blob: c264f472a9fa091c8bed740596d28fe48fa79a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: psgml for mule
# Date created: 23 January 1999
# Whom: shige
#
# $FreeBSD$
#
MAINTAINER= ports@FreeBSD.org
COMMENT= A major mode for editing SGML and XML documents for mule
DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
EXPIRATION_DATE= 2007-08-19
# 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"
|