aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mypaedia-fpw-package/Makefile
blob: ef4caec31bc608a231f7f37f5981914248f8a8a2 (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
38
# New ports collection makefile for:    mypaedia-fpw-package
# Date created:     00/04/24
# Whom:         Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#

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

MAINTAINER= taoka@FreeBSD.org

RUN_DEPENDS=    sox:${PORTSDIR}/audio/sox \
        timidity:${PORTSDIR}/audio/timidity++ \
        xanim:${PORTSDIR}/graphics/xanim
# This suhould build-depend on the next port, but it depends on non-japanized GS :-<
#       display:${PORTSDIR}/graphics/ImageMagick

NO_BUILD=   yes
PLIST_SUB=  PKGNAME=${PKGNAME}

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

do-install:
    ${MKDIR} ${PKG_DIR}
    ${INSTALL_DATA} ${WRKSRC}/mypaedia-fpw.el ${PKG_DIR}
    ${INSTALL_SCRIPT} ${WRKSRC}/extract-mypaedia.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>
marcus2004-02-041-0/+1 * Fix build on -stable.petef2004-01-111-0/+17 * - update to 0.3.0clement2004-01-052-2/+2 * Update xfce4-showdesktop-plugin to 0.2.0oliver2003-09-292-2/+2 * add xfce4-panel to RUN_DEPENDS toooliver2003-08-181-0/+1 * Utilize xfce categoryoliver2003-08-171-1/+1