Add new port -- X-Face utilities for Emacs 21 (and possibly 22).
Feature safe: yes
This commit is contained in:
parent
fec32f38e3
commit
e8ba9cc168
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241471
4 changed files with 47 additions and 0 deletions
|
@ -710,6 +710,7 @@
|
|||
SUBDIR += wmpop3
|
||||
SUBDIR += wmpop3lb
|
||||
SUBDIR += wmymail
|
||||
SUBDIR += x-face-e21
|
||||
SUBDIR += xbuffy
|
||||
SUBDIR += xcite
|
||||
SUBDIR += xf-spf
|
||||
|
|
40
mail/x-face-e21/Makefile
Normal file
40
mail/x-face-e21/Makefile
Normal file
|
@ -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>
|
3
mail/x-face-e21/distinfo
Normal file
3
mail/x-face-e21/distinfo
Normal file
|
@ -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
|
3
mail/x-face-e21/pkg-descr
Normal file
3
mail/x-face-e21/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
X-Face utilities for Emacs 21 (and possibly 22)
|
||||
|
||||
WWW: http://www.jpl.org/elips/
|
Loading…
Reference in a new issue