import orca-2.18.1, a screen magnifier/reader for the gnome desktop
[pkgsrcv2.git] / misc / latin-words-bin / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=               words-1.97-linux
5 PKGNAME=                latin-words-bin-1.97
6 CATEGORIES=             misc
7 MASTER_SITES=           ftp://petrus.thomasaquinas.edu/pub/linux/words/
8
9 MAINTAINER=             wiz@NetBSD.org
10 HOMEPAGE=               http://users.erols.com/whitaker/wordslux.htm
11 COMMENT=                Latin-to-English dictionary program (Linux binary)
12
13 WRKSRC=                 ${WRKDIR}/words-1.97
14 NO_BUILDLINK=           YES
15 NO_CONFIGURE=   YES
16
17 CHECK_SHLIBS=   NO
18
19 .include "../../mk/bsd.prefs.mk"
20 .if ${OPSYS} == "NetBSD"
21 DEPENDS+=       suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
22 .endif
23
24 do-build:
25         ${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/latin-words.sh \
26                 > ${WRKSRC}/latin-words
27
28 do-install:
29         ${INSTALL_SCRIPT} ${WRKSRC}/latin-words ${PREFIX}/bin
30         ${INSTALL_PROGRAM} ${WRKSRC}/words ${PREFIX}/libexec/latin-words
31         ${INSTALL_DATA_DIR} ${PREFIX}/libdata/latin-words
32 .for f in ADDONS.LAT DICTFILE.GEN INDXFILE.GEN INFLECTS.SEC \
33         STEMFILE.GEN UNIQUES.LAT
34         ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/latin-words
35 .endfor
36         ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latin-words
37 .for f in README wordsdoc.html wordsdoc.txt
38         ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/latin-words
39 .endfor
40
41 .include "../../emulators/suse_linux/Makefile.application"
42 .include "../../mk/bsd.pkg.mk"