diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-09-15 16:59:27 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-09-15 16:59:27 +0000 |
commit | e8ba9cc1681c611ca0682288cbd8ade3aa03e3f4 (patch) | |
tree | c0c751fddac0a0acdac1994808e42c4778284e35 /mail/x-face-e21 | |
parent | fec32f38e36ededfb98c2677acdeaca31d2c5326 (diff) | |
download | ports-e8ba9cc1681c611ca0682288cbd8ade3aa03e3f4.tar.gz ports-e8ba9cc1681c611ca0682288cbd8ade3aa03e3f4.zip |
Notes
Diffstat (limited to 'mail/x-face-e21')
-rw-r--r-- | mail/x-face-e21/Makefile | 40 | ||||
-rw-r--r-- | mail/x-face-e21/distinfo | 3 | ||||
-rw-r--r-- | mail/x-face-e21/pkg-descr | 3 |
3 files changed, 46 insertions, 0 deletions
diff --git a/mail/x-face-e21/Makefile b/mail/x-face-e21/Makefile new file mode 100644 index 000000000000..b52f7303b17f --- /dev/null +++ b/mail/x-face-e21/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: x-face-e21 +# Date created: 10 September 2009 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= x-face-e21 +PORTVERSION= 20070306 +#PORTREVISION= 0 +CATEGORIES= mail elisp +MASTER_SITES= http://www.jpl.org/elips/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTNAME= ${PORTNAME}.el +EXTRACT_SUFX= .gz + +MAINTAINER= ume@FreeBSD.org +COMMENT= X-Face utilities for Emacs 21 (and possibly 22) + +USE_EMACS= yes + +.include <bsd.port.pre.mk> + +NO_WRKSUBDIR= yes +EXTRACT_AFTER_ARGS= > ${DISTNAME} + +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.post.mk> diff --git a/mail/x-face-e21/distinfo b/mail/x-face-e21/distinfo new file mode 100644 index 000000000000..f92cfd4336a2 --- /dev/null +++ b/mail/x-face-e21/distinfo @@ -0,0 +1,3 @@ +MD5 (x-face-e21.el.gz) = da5975063f2d6eddd7917b7e2c3088cb +SHA256 (x-face-e21.el.gz) = 1e0b5f88938f1db76cfc18c2ac176125693a510e9fb20e65831a3c5bf2bfc76c +SIZE (x-face-e21.el.gz) = 21930 diff --git a/mail/x-face-e21/pkg-descr b/mail/x-face-e21/pkg-descr new file mode 100644 index 000000000000..e7e3d4de13b4 --- /dev/null +++ b/mail/x-face-e21/pkg-descr @@ -0,0 +1,3 @@ +X-Face utilities for Emacs 21 (and possibly 22) + +WWW: http://www.jpl.org/elips/ |