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


1.1
date	2003.07.31.17.37.15;	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:	srd-fpw-package
# Date created:		00/06/14
# Whom:			Satoshi Taoka <taoka@@FreeBSD.org>
#
# $FreeBSD$
# $ports: ports/japanese/srd-fpw-package/Makefile,v 1.9 2003/03/07 06:04:56 ade Exp $
#

PORTNAME=	srd-fpw-package
PORTVERSION=	1.0.8
CATEGORIES=	japanese elisp
MASTER_SITES=	http://openlab.ring.gr.jp/edict/fpw/dist/srd/

MAINTAINER=	taoka@@FreeBSD.org
COMMENT=	A supplement file for lookup to use "Random House"

RUN_DEPENDS=	display:${PORTSDIR}/graphics/ImageMagick
# Your PC does not have an audio card always.
#		realplay:${PORTSDIR}/multimedia/linux-realplayer

NO_BUILD=	yes
PLIST_SUB=	PKGNAME=${PKGNAME}
USE_PERL5=	yes

PKG_DIR=	${PREFIX}/share/dict/lookup-package
PORT_DOCDIR=	${PREFIX}/share/doc/${PKGNAME}

do-install:
	${MKDIR} ${PKG_DIR}
	${INSTALL_DATA} ${WRKSRC}/srd-fpw.el ${PKG_DIR}
	${INSTALL_SCRIPT} ${WRKSRC}/extract-srd.pl ${PKG_DIR}
.if !defined(NOPORTDOCS)
	${MKDIR} ${PORT_DOCDIR}
.for file in ChangeLog README.TXT
	${INSTALL_DATA} ${WRKSRC}/${file} ${PORT_DOCDIR}
.endfor
.endif

.include <bsd.port.mk>
@
