mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d9ed90620d
We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
39 lines
941 B
Makefile
39 lines
941 B
Makefile
# New ports collection makefile for: srd-fpw-package
|
|
# Date created: 00/06/14
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= srd-fpw-package
|
|
PORTVERSION= 1.0.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese elisp
|
|
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/srd/
|
|
|
|
MAINTAINER= ports@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
|
|
|
|
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} ${DOCSDIR}
|
|
.for file in ChangeLog README.TXT
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|