diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-01 18:39:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-01 18:39:09 +0000 |
commit | 306eb88b9b42d224422776f183434e27e884538f (patch) | |
tree | 234687cfd2b4b17231b816101246c6d01a931e67 /devel/p4.el | |
parent | 98397c1dfb23b2264114c8fe19f1d90ff073bb65 (diff) | |
download | ports-306eb88b9b42d224422776f183434e27e884538f.tar.gz ports-306eb88b9b42d224422776f183434e27e884538f.zip |
Notes
Diffstat (limited to 'devel/p4.el')
-rw-r--r-- | devel/p4.el/Makefile | 31 | ||||
-rw-r--r-- | devel/p4.el/distinfo | 1 | ||||
-rw-r--r-- | devel/p4.el/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p4.el/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p4.el/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/p4.el/Makefile b/devel/p4.el/Makefile new file mode 100644 index 000000000000..d723e9cb8eea --- /dev/null +++ b/devel/p4.el/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p4.el for Emacsen +# Date created: 2 September 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= p4.el +PORTVERSION= 8.5 +CATEGORIES= devel elisp +MASTER_SITES= http://www.dsmit.com/p4/ +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= knu@FreeBSD.org + +RUN_DEPENDS= p4:${.CURDIR}/../perforce + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp +XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp + +do-install: + ${MKDIR} ${EMACSLISPDIR} + ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/p4.el + ${MKDIR} ${XEMACSLISPDIR} + ${LN} -sf ${EMACSLISPDIR}/p4.el ${XEMACSLISPDIR} + +.include <bsd.port.mk> diff --git a/devel/p4.el/distinfo b/devel/p4.el/distinfo new file mode 100644 index 000000000000..d4858e9e8438 --- /dev/null +++ b/devel/p4.el/distinfo @@ -0,0 +1 @@ +MD5 (p4.el-8.5) = ebccdef11b595119e5c3fb42576e6daa diff --git a/devel/p4.el/pkg-comment b/devel/p4.el/pkg-comment new file mode 100644 index 000000000000..fd3c17bb0579 --- /dev/null +++ b/devel/p4.el/pkg-comment @@ -0,0 +1 @@ +Simple Perforce-Emacs Integration diff --git a/devel/p4.el/pkg-descr b/devel/p4.el/pkg-descr new file mode 100644 index 000000000000..fa9c28f85624 --- /dev/null +++ b/devel/p4.el/pkg-descr @@ -0,0 +1,4 @@ +p4.el -- Simple Perforce-Emacs Integration + +WWW: http://www.dsmit.com/p4/ +Author: Rajesh Vaidheeswarran <rv@dsmit.com> diff --git a/devel/p4.el/pkg-plist b/devel/p4.el/pkg-plist new file mode 100644 index 000000000000..c382249aeff6 --- /dev/null +++ b/devel/p4.el/pkg-plist @@ -0,0 +1,5 @@ +share/emacs/site-lisp/p4.el +@exec mkdir -p %D/lib/xemacs/site-lisp +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/p4.el +@unexec rm %D/lib/xemacs/site-lisp/p4.el +@unexec /bin/rmdir %D/lib/xemacs %D/lib/xemacs/site-lisp 2>/dev/null || true |