# New ports collection makefile for: hyphen # Date created: 2011-07-21 # Whom: Baptiste Daroussin # # $FreeBSD$ # PORTNAME= hyphen PORTVERSION= 2007.05.17 PORTREVISION= 1 CATEGORIES= hungarian textproc MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ DISTNAME= hyph_hu_HU MAINTAINER= office@FreeBSD.org COMMENT= Hungarian hyphenation rules LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKDIR}/hyph_hu_HU.dic ${DATADIR}/ .include