mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Simplify Makefile by using shared code for dictionary ports
- Update description - Use pkg-plist PR: ports/183811 Approved by: Javad Kouhi (maintainer)
This commit is contained in:
parent
29bd400fbe
commit
827d1125bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333413
@ -5,26 +5,11 @@ PORTVERSION= 1.0.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/pyglossary/dic/English-Persion/
|
||||
DISTNAME= Open%20Dictionary%20aka%20QueerDick-2010-09-28-rich
|
||||
DIST_SUBDIR= stardict
|
||||
|
||||
MAINTAINER= javad.kouhi@gmail.com
|
||||
COMMENT= English-Persian dictionary for stardict
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
WRKSRC= "${WRKDIR}/Open Dictionary aka QueerDick-2010-09-28-rich"
|
||||
|
||||
PLIST_FILES= share/stardict/dic/Arianpur-OpenDictionary.dict.dz \
|
||||
share/stardict/dic/Arianpur-OpenDictionary.idx \
|
||||
share/stardict/dic/Arianpur-OpenDictionary.ifo
|
||||
PLIST_DIRSTRY= share/stardict/dic \
|
||||
share/stardict
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKSRC}/Arianpur-OpenDictionary.dict.dz ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKSRC}/Arianpur-OpenDictionary.idx ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKSRC}/Arianpur-OpenDictionary.ifo ${PREFIX}/share/stardict/dic/
|
||||
|
||||
.include "${.CURDIR}/../../russian/stardict-mueller7/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
English-Persian dictionaries for stardict2 and stardict3.
|
||||
English-Persian dictionaries for StarDict.
|
||||
|
||||
WWW: http://pyglossary.sourceforge.net
|
||||
|
5
textproc/stardict-dict-fa_IR/pkg-plist
Normal file
5
textproc/stardict-dict-fa_IR/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
share/stardict/dic/Arianpur-OpenDictionary.dict.dz
|
||||
share/stardict/dic/Arianpur-OpenDictionary.idx
|
||||
share/stardict/dic/Arianpur-OpenDictionary.ifo
|
||||
@dirrmtry share/stardict/dic
|
||||
@dirrmtry share/stardict
|
Loading…
Reference in New Issue
Block a user