aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/leafrogue/Makefile
blob: 64d565e33cc4946c815afaf6a450d624f774306c (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
# New ports collection makefile for:    leafrogue
# Date created:             2 Oct 2000
# Whom:                 TAKAHASHI Kaoru
#
# $FreeBSD$
#

PORTNAME=   leafrogue
PORTVERSION=    0.72
PORTREVISION=   1
CATEGORIES= japanese games
MASTER_SITES=   http://www.lab3.kuis.kyoto-u.ac.jp/~roguelike/leaf/dl/
DISTNAME=   lfrog${PORTVERSION:S/.//}

MAINTAINER= kaoru@kaisei.org
COMMENT=    LeafRogue for message separated version of Rogue-clone

RUN_DEPENDS=    rogue_s:${PORTSDIR}/japanese/rogue_s

WRKSRC=     ${WRKDIR}/lf_rogue
NO_BUILD=       yes

DOC_DIR=    ${PREFIX}/share/doc/ja/leafrogue
DOC_FILES=  readme.txt lf_rogue.html lf_rogue.txt guide.tex guide.txt

do-install:
    ${INSTALL_DATA} ${WRKSRC}/leaf.msg ${PREFIX}/share/rogue
    ${INSTALL_SCRIPT} ${FILESDIR}/leafrogue ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOC_DIR}
    for file in ${DOC_FILES}; do \
        ${INSTALL_DATA} ${WRKSRC}/"$$file" ${DOC_DIR} ; \
    done
.endif

.include <bsd.port.mk>