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


1.1
date	2003.07.31.17.37.32;	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:   dictionary
# Date created:                23 March 2002
# Whom:                        Kimura Fuyuki <fuyuki@@mj.0038.net>
#
# $FreeBSD$
# $ports: ports/textproc/dictionary/Makefile,v 1.6 2003/06/02 01:24:32 naddy Exp $
#

PORTNAME=	dictionary
PORTVERSION=	1.8.3
CATEGORIES=	textproc net elisp
MASTER_SITES=	http://me.in-berlin.de/~myrkr/dictionary/
PKGNAMESUFFIX=	-${EMACS_PORT_NAME}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A dictionary client for Emacs

EMACS_PORT_NAME?=	emacs21

LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
ELS=		connection.el dictionary.el link.el

do-build:
	cd ${WRKSRC}; ${EMACS_CMD} -batch -l lpath.el -f batch-byte-compile ${ELS}

do-install:
	${MKDIR} ${LISPDIR}
.for i in ${ELS} *.elc dictionary-init.el
	${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
.endfor

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in README
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@
