1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/bg-hyphen/Makefile
Sunpoet Po-Chuan Hsieh 593d0fdabb - Add NO_ARCH
2015-07-18 15:05:25 +00:00

29 lines
571 B
Makefile

# $FreeBSD$
PORTNAME= hyphen
PORTVERSION= 4.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/bgoffice/OpenOffice.org%20Hyphenation%20BG/${PORTVERSION}/
PKGNAMEPREFIX= bg-
DISTNAME= OOo-hyph-bg-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Bulgarian hyphenation rules
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
USES= zip
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/hyph_bg_BG.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_bg_BG.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>