freebsd-ports/textproc/sl-hyphen/Makefile
Sunpoet Po-Chuan Hsieh 359ab9c7a8 - Set WRKSRC
2011-08-13 04:40:40 +00:00

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>