2011-07-21 12:33:39 +02:00
|
|
|
# New ports collection makefile for: sl-hyphen
|
|
|
|
# Date created: 2011-07-21
|
|
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-07-29 15:13:17 +02:00
|
|
|
PORTNAME= hyphen
|
2011-07-21 12:33:39 +02:00
|
|
|
PORTVERSION= 2007.01.27
|
2011-07-29 15:13:17 +02:00
|
|
|
PORTREVISION= 1
|
2011-07-21 12:33:39 +02:00
|
|
|
CATEGORIES= textproc
|
2011-08-17 19:42:34 +02:00
|
|
|
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
2011-07-29 15:13:17 +02:00
|
|
|
PKGNAMEPREFIX= sl-
|
2011-08-17 19:42:34 +02:00
|
|
|
DISTNAME= hyph_sl_SI-${PORTVERSION:C/\.//g}
|
2011-08-17 20:03:41 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2011-07-21 12:33:39 +02:00
|
|
|
|
2011-07-22 07:30:11 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2011-07-21 12:33:39 +02:00
|
|
|
COMMENT= Slovenian hyphenation rules
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
2011-08-13 06:40:40 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2011-07-21 12:33:39 +02:00
|
|
|
|
2011-07-29 15:13:17 +02:00
|
|
|
PLIST_FILES= %%DATADIR%%/hyph_sl_SI.dic
|
|
|
|
PLIST_DIRSTRY= %%DATADIR%%
|
2011-07-21 12:33:39 +02:00
|
|
|
|
|
|
|
do-install:
|
2011-07-29 15:13:17 +02:00
|
|
|
${MKDIR} ${DATADIR}/
|
2011-08-13 06:40:40 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/hyph_sl_SI.dic ${DATADIR}/
|
2011-07-21 12:33:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|