aboutsummaryrefslogtreecommitdiff
path: root/mail/c-sig-emacs21/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /mail/c-sig-emacs21/Makefile
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes: svn path=/head/; revision=158034 svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'mail/c-sig-emacs21/Makefile')
-rw-r--r--mail/c-sig-emacs21/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/c-sig-emacs21/Makefile b/mail/c-sig-emacs21/Makefile
deleted file mode 100644
index 637302cecd0e..000000000000
--- a/mail/c-sig-emacs21/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-
-USE_EMACS= yes
-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>