blob: 103e24a35e14d6c65f1f263b4b413ef8d28e2f87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# 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.6
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/srd/
MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= display:${PORTSDIR}/graphics/ImageMagick
# Your PC does not have an audio card always.
# realplay:${PORTSDIR}/audio/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>
|