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