1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/c-sig/Makefile
TAKATSU Tomonari 3b4a19ee05 - Put distfile to my MASTER_SITE_LOCAL scince the project site seems to be dead
- Remove WWW line from pkg-descr accordingly

Requested by:	Yasuhiro KIMURA (maintainer, via e-mail)
Feature safe:	yes
2011-01-15 11:42:28 +00:00

39 lines
868 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
PORTREVISION= 6
CATEGORIES= mail elisp
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= tota/${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= yasu@utahime.org
COMMENT= Signature insertion tool for Emacs
USE_EMACS= yes
NO_WRKSUBDIR= yes
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
do-build:
cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el
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>