diff options
Diffstat (limited to 'editors/psgml-emacs19/Makefile')
-rw-r--r-- | editors/psgml-emacs19/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/psgml-emacs19/Makefile b/editors/psgml-emacs19/Makefile new file mode 100644 index 000000000000..f2d7ec4d48f3 --- /dev/null +++ b/editors/psgml-emacs19/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: psgml for emacs19 +# 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= emacs19 + +# pkg-* files in ${.CURDIR} are used +PKGDIR= ${.CURDIR} + +.include <${MASTERDIR}/Makefile> |