20d7bfd951
Add editors/psgml-emacs19 stub for emacs19. Modify to use new location of master port on each variants. Approved by: maintainer Repocopied by: joe
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# New ports collection makefile for: psgml for xemacs-mule
|
|
# Date created: 26 May 1999
|
|
# Whom: kuriyama
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
# 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>
|