aboutsummaryrefslogtreecommitdiff
path: root/russian/stardict-mueller7/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-02-28 20:03:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-02-28 20:03:41 +0000
commit1a2f1e848389bc9d0ae949a393b85eed416f7559 (patch)
tree07e9bc8b815c1eadb1fd90bcdfb05b313b1be319 /russian/stardict-mueller7/files
parent54f500030e14a908a127079ba000debf3ed17dee (diff)
downloadports-1a2f1e848389bc9d0ae949a393b85eed416f7559.tar.gz
ports-1a2f1e848389bc9d0ae949a393b85eed416f7559.zip
Notes
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)
+
+=====================================================================