freebsd-ports/textproc/nl-hyphen/Makefile
Sunpoet Po-Chuan Hsieh 72c08ec487 - Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
2011-07-29 13:13:17 +00:00

31 lines
622 B
Makefile

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