diff options
Diffstat (limited to 'russian/stardict-mueller7/files')
-rw-r--r-- | russian/stardict-mueller7/files/Makefile.common | 16 | ||||
-rw-r--r-- | russian/stardict-mueller7/files/pkg-message | 11 |
2 files changed, 27 insertions, 0 deletions
diff --git a/russian/stardict-mueller7/files/Makefile.common b/russian/stardict-mueller7/files/Makefile.common new file mode 100644 index 000000000000..267ad2be300c --- /dev/null +++ b/russian/stardict-mueller7/files/Makefile.common @@ -0,0 +1,16 @@ +DIST_SUBDIR= stardict + +USE_BZIP2= yes +NO_BUILD= yes +PKGMESSAGE?= ${.CURDIR}/../../russian/stardict-mueller7/files/pkg-message + +DICTDIR= share/stardict/dic + +do-install: + ${MKDIR} ${PREFIX}/${DICTDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${DICTDIR} + +post-install: echo-pkgmessage + +echo-pkgmessage: + @${CAT} ${PKGMESSAGE} diff --git a/russian/stardict-mueller7/files/pkg-message b/russian/stardict-mueller7/files/pkg-message new file mode 100644 index 000000000000..a9e52148eeb0 --- /dev/null +++ b/russian/stardict-mueller7/files/pkg-message @@ -0,0 +1,11 @@ +===================================================================== + +This dictionary can be used with any of the following dictionary +programs (consider to install one of them): + +textproc/qstardict StarDict clone written in Qt4 +textproc/stardict2 StarDict 2.x (GTK2) +textproc/stardict3 StarDict 3.x (GTK2) +textproc/goldendict Goldendict (Qt4) + +===================================================================== |