23 lines
449 B
Makefile
23 lines
449 B
Makefile
# New ports collection makefile for: psgml for xemacs-mule
|
|
# Date created: 26 May 1999
|
|
# Whom: kuriyama
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A major mode for editing SGML and XML documents for XEmacs with Mule
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../psgml
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= xemacs21-mule
|
|
|
|
# pkg-* files in ${.CURDIR} are used
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include <${MASTERDIR}/Makefile>
|