1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/deskutils/mhc/Makefile
Shigeyuki Fukushima a2f03d897f Add mhc-emacs20 port.
MHC is designed to help those who receive most appointments via email.
Using MHC, you can easily import schedule articles from emails.
To use mhc, you must install some of the supported MUA.
The supported MUA are Mew, Wanderlust and Gnus.

PR:		ports/26398
Submitted by:	Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2001-04-08 15:33:08 +00:00

49 lines
1.2 KiB
Makefile

# New ports collection makefile for: mhc
# Date Created: 6 Mar 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= mhc
PORTVERSION= 20010321
CATEGORIES= deskutils elisp
MASTER_SITES= http://www.quickhack.net/mhc/arc/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}-current-snap${PORTVERSION}
MAINTAINER?= yoichi@eken.phys.nagoya-u.ac.jp
WRKSRC= ${WRKDIR}/${DISTNAME}/emacs
EMACS_PORT_NAME?= emacs20
.include <bsd.port.pre.mk>
.if (${EMACS_PORT_NAME} == "emacs20")
ALL_TARGET= elc
.endif
.if (${EMACS_PORT_NAME} == "xemacs21-mule")
ALL_TARGET= package
INSTALL_TARGET= install-package
PLIST= ${PKGDIR}/pkg-plist.xemacs21-mule
.endif
DOCS= 00copyright 00readme 00readme.jis emacs/00usage.jis
DOCSDIR= ${PREFIX}/share/doc/mhc
post-install:
.if (${EMACS_PORT_NAME} == "emacs20")
${MKDIR} ${PREFIX}/${EMACS_LIBDIR}/site-lisp/mhc/icons
${INSTALL_DATA} ${WRKSRC}/../icons/*.xbm ${PREFIX}/${EMACS_LIBDIR}/site-lisp/mhc/icons
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/../samples/DOT.schedule.sample.jp ${DOCSDIR}
.endif
.include <bsd.port.post.mk>