diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-11-07 16:59:55 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-11-07 16:59:55 +0000 |
commit | e4c9bb51e808c583fc05b8ff56f70f3274250b3f (patch) | |
tree | 9afd0b8b035649018fa2fd9c226dcc29ead1f599 /mail/xcite | |
parent | 9890485c2ba2ff1aa0fa08b43647f893254ac0d8 (diff) | |
download | ports-e4c9bb51e808c583fc05b8ff56f70f3274250b3f.tar.gz ports-e4c9bb51e808c583fc05b8ff56f70f3274250b3f.zip |
Notes
Diffstat (limited to 'mail/xcite')
-rw-r--r-- | mail/xcite/Makefile | 41 | ||||
-rw-r--r-- | mail/xcite/distinfo | 3 | ||||
-rw-r--r-- | mail/xcite/pkg-descr | 5 |
3 files changed, 49 insertions, 0 deletions
diff --git a/mail/xcite/Makefile b/mail/xcite/Makefile new file mode 100644 index 000000000000..0e9554e3a3c7 --- /dev/null +++ b/mail/xcite/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: xcite +# Date created: 8 Novemver 2008 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xcite +PORTVERSION= 1.58 +#PORTREVISION= 0 +CATEGORIES= mail elisp +MASTER_SITES= http://www.gentei.org/~yuuji/software/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTNAME= ${PORTNAME}.el +EXTRACT_SUFX= # empty + +MAINTAINER= ume@FreeBSD.org +COMMENT= Exciting Cite for any Mail/News reading modes on Emacs + +USE_EMACS= yes + +NO_WRKSUBDIR= yes + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= -p +EXTRACT_AFTER_ARGS= . + +PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/${DISTNAME} \ + ${EMACS_VERSION_SITE_LISPDIR}/${DISTNAME}c + +do-build: + @cd ${WRKDIR} && ${EMACS_CMD} -batch -q -no-site-file -no-init-file \ + -f batch-byte-compile ${DISTNAME} + +do-install: + @${INSTALL_DATA} ${WRKSRC}/${DISTNAME} \ + ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}c \ + ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + +.include <bsd.port.mk> diff --git a/mail/xcite/distinfo b/mail/xcite/distinfo new file mode 100644 index 000000000000..229ac119ca06 --- /dev/null +++ b/mail/xcite/distinfo @@ -0,0 +1,3 @@ +MD5 (xcite.el) = 2edc5cd3c28f592a0fe6511207383ca2 +SHA256 (xcite.el) = 19cc541529db6fe50ca96ac234747b103758740f75ecd13b5bde446a34d3f88d +SIZE (xcite.el) = 44413 diff --git a/mail/xcite/pkg-descr b/mail/xcite/pkg-descr new file mode 100644 index 000000000000..f2ab29e7a72c --- /dev/null +++ b/mail/xcite/pkg-descr @@ -0,0 +1,5 @@ +This package enables you to registe as many mail/news citation prefix +as you like according to each author, and to select those headers +randomly. + +WWW: http://www.gentei.org/~yuuji/software/ |