freebsd-ports/textproc/sk-hyphen/Makefile

32 lines
623 B
Makefile
Raw Normal View History

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