mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# Created by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
PORTNAME= c-sig
|
|
PORTVERSION= 3.8.0.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= mail elisp
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= yasu@utahime.org
|
|
COMMENT= Signature insertion tool for Emacs
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= emacs
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= yasuhirokimura
|
|
NO_ARCH= yes
|
|
|
|
MAKE_ENV+= EMACS=${EMACS_CMD} LISPDIR=${LISPDIR}
|
|
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man
|
|
${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|