diff options
author | makc <makc@FreeBSD.org> | 2010-03-01 04:03:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-03-01 04:03:41 +0800 |
commit | dd91f49d3545cd5a611d57797833982ab32a797e (patch) | |
tree | e16ccb9ff7b3824898a82a2971c2fd22e23a2672 /russian/stardict-mueller7/files | |
parent | 12fc4fe8eab95df42ff76d51f618caaaeb0a18aa (diff) | |
download | freebsd-ports-gnome-dd91f49d3545cd5a611d57797833982ab32a797e.tar.gz freebsd-ports-gnome-dd91f49d3545cd5a611d57797833982ab32a797e.tar.zst freebsd-ports-gnome-dd91f49d3545cd5a611d57797833982ab32a797e.zip |
Add new port:
The 7th edition of Mueller English-Russian dictionary.
WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php
Feature safe: yes
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) + +===================================================================== |