diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-12 23:47:22 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-12 23:47:22 +0000 |
commit | b39532f1ab6cb9a40340981c1a674b46a6fcd4f6 (patch) | |
tree | 5580010570938483a196922cf783519399995689 /devel/pcl-cvs-emacs20 | |
parent | Add port for PCL-CVS, an Emacs-based front-end to CVS, for Emacs19. (diff) |
Add port for PCL-CVS, an Emacs-based front-end to CVS, for Emacs20.
PR: ports/22575
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Approved by: knu (My mentor)
Diffstat (limited to 'devel/pcl-cvs-emacs20')
-rw-r--r-- | devel/pcl-cvs-emacs20/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/pcl-cvs-emacs20/Makefile b/devel/pcl-cvs-emacs20/Makefile new file mode 100644 index 000000000000..d1fe68069219 --- /dev/null +++ b/devel/pcl-cvs-emacs20/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: PCL-CVS for GNU Emacs 20 +# Date created: 27 Apr 2000 +# Whom: OKAZAKI Tetsurou +# +# $FreeBSD$ +# + +MAINTAINER= okazaki@FreeBSD.org + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../devel/pcl-cvs-emacs + +# emacs port setup +EMACS_PORT_NAME= emacs20 + +.include <${MASTERDIR}/Makefile> |