mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b41c8b5147
Czech hyphenation rules WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
27 lines
550 B
Makefile
27 lines
550 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hyphen
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/aoo-extensions/1078/0/
|
|
PKGNAMEPREFIX= cs-
|
|
DISTNAME= dict-cs-${PORTVERSION}
|
|
EXTRACT_SUFX= .oxt
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Czech hyphenation rules
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= %%DATADIR%%/hyph_cs_CZ.dic
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/hyph_cs_CZ.dic ${STAGEDIR}${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|