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
362 B
Makefile
22 lines
362 B
Makefile
# New ports collection makefile for: psgml for emacs20
|
|
# Date created: 23 January 1999
|
|
# Whom: shige
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../psgml
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
# pkg-* files in ${.CURDIR} are used
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include <${MASTERDIR}/Makefile>
|