freebsd-ports/textproc/es-hyphen/Makefile

40 lines
920 B
Makefile
Raw Normal View History

2011-07-21 12:23:22 +02:00
# New ports collection makefile for: es-hyphen
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hyphen
2011-07-21 12:23:22 +02:00
PORTVERSION= 2005.11.18
PORTREVISION= 1
2011-07-21 12:23:22 +02:00
CATEGORIES= textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
PKGNAMEPREFIX= es-
DISTNAME= hyph_es_ES-${PORTVERSION:C/\.//g}
2011-07-21 12:23:22 +02:00
MAINTAINER= office@FreeBSD.org
2011-07-21 12:23:22 +02:00
COMMENT= Spanish hyphenation rules
USE_ZIP= yes
NO_BUILD= yes
2011-08-13 06:40:40 +02:00
NO_WRKSUBDIR= yes
2011-07-21 12:23:22 +02:00
PLIST_FILES= %%DATADIR%%/hyph_es_ES.dic
PLIST_DIRSTRY= %%DATADIR%%
2011-07-21 12:23:22 +02:00
ESALIASES= es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN \
es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE
.for ALIAS in ${ESALIASES}
PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
2011-07-21 12:23:22 +02:00
.endfor
do-install:
${MKDIR} ${DATADIR}/
2011-08-13 06:40:40 +02:00
${INSTALL_DATA} ${WRKSRC}/hyph_es_ES.dic ${DATADIR}/
.for ALIAS in ${ESALIASES}
${LN} -s hyph_es_ES.dic ${DATADIR}/hyph_${ALIAS}.dic
.endfor
2011-07-21 12:23:22 +02:00
.include <bsd.port.mk>