head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.16;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@# New ports collection makefile for:   weather
# Date Created:			5 Mar 2001
# Whom:				Yoichi NAKAYAMA <yoichi@@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$
# $ports: ports/japanese/weather-emacs20/Makefile,v 1.6 2003/03/07 06:04:58 ade Exp $
#

PORTNAME=	weather
PORTVERSION=	0.31
CATEGORIES=	japanese elisp
MASTER_SITES=	ftp://ftp.opaopa.org/pub/elisp/ \
		ftp://ftp.ring.gr.jp/pub/text/elisp/jaist/ftp.opaopa.org/elisp/ \
		ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.opaopa.org/elisp/
PKGNAMESUFFIX=	-${EMACS_PORT_NAME}

MAINTAINER=	yoichi@@FreeBSD.org
COMMENT=	Weather Report in Japanese Regions

EMACS_PORT_NAME?=	emacs20

.if ${EMACS_PORT_NAME} != "emacs21"
PORTNAMESUFFIX=	${PKGNAMESUFFIX}
.endif

BUILD_DEPENDS=	${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${PORTNAMESUFFIX}
RUN_DEPENDS=	${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${PORTNAMESUFFIX}

DOCS=		README

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
MAKE_ARGS+=	LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@
