freebsd-ports/mail/c-sig/Makefile
Norikatsu Shigemura e44996c252 Add c-sig 3.8, signature insertion tool for Emacs.
PR:		ports/67853
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-10-25 10:31:00 +00:00

37 lines
822 B
Makefile

# New ports collection makefile for: c-sig
# Date created: 30 May 2004
# Whom: KIMURA Yasuhiro <yasu@utahime.org>
#
# $FreeBSD$
#
PORTNAME= c-sig
PORTVERSION= 3.8
CATEGORIES= mail elisp
MASTER_SITES= http://www.threeweb.ad.jp/~kshibata/c-sig/programs/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= yasu@utahime.org
COMMENT= Signature insertion tool for Emacs
EMACS_PORT_NAME?= emacs21
EMACS_NO_BUILD_DEPENDS= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
do-install:
${MKDIR} ${LISPDIR}
${INSTALL_DATA} ${WRKSRC}/c-sig.el ${LISPDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>