diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-29 14:42:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-29 14:42:32 +0000 |
commit | a75f6907bd1f2b14f4432356ce86838583e459b6 (patch) | |
tree | 41d1545b3c1145298a3dc21102296cc73e4152fd /editors/psgml-xemacs21-mule/Makefile | |
parent | 08f58105595634ab2e4a06cd6ac961d82960b092 (diff) |
Notes
Diffstat (limited to 'editors/psgml-xemacs21-mule/Makefile')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile new file mode 100644 index 000000000000..b0977606c1bd --- /dev/null +++ b/editors/psgml-xemacs21-mule/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: psgml for xemacs-mule +# Version required: 1.1.6 +# Date created: 26 May 1999 +# Whom: kuriyama +# +# $Id$ +# + +MAINTAINER= kuriyama@FreeBSD.ORG + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../psgml-emacs + +# emacs port setup +EMACS_NAME= xemacs +EMACS_PORT= xemacs-mule +EMACS_VER= 20.4 +EMACS_LIBDIR= lib/xemacs-20.4 + +# pkg/* files are used in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg + +HAVE_COMMON_PORT= YES +REQUIRE_SETUPEL= YES + +.include <${MASTERDIR}/Makefile> |