1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/bg-hyphen/Makefile
Baptiste Daroussin 03841c211c Stagify
Use bsdtar to extract
2013-11-04 11:36:02 +00:00

29 lines
593 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
EXTRACT_SUFX= .zip
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/hyph_bg_BG.dic
PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_bg_BG.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>