aboutsummaryrefslogtreecommitdiffstats
path: root/russian/stardict-mueller7/files
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-03-01 04:03:41 +0800
committermakc <makc@FreeBSD.org>2010-03-01 04:03:41 +0800
commitdd91f49d3545cd5a611d57797833982ab32a797e (patch)
treee16ccb9ff7b3824898a82a2971c2fd22e23a2672 /russian/stardict-mueller7/files
parent12fc4fe8eab95df42ff76d51f618caaaeb0a18aa (diff)
downloadfreebsd-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.common16
-rw-r--r--russian/stardict-mueller7/files/pkg-message11
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)
+
+=====================================================================