freebsd-ports/polish/hyphen/Makefile

33 lines
642 B
Makefile
Raw Normal View History

2011-07-21 12:29:35 +02:00
# New ports collection makefile for: hyphen
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
2011-07-25 10:31:44 +02:00
PORTNAME= hyphen
2011-07-21 12:29:35 +02:00
PORTVERSION= 2007.04.16
PORTREVISION= 1
2011-07-21 12:29:35 +02:00
CATEGORIES= polish textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
DISTNAME= hyph_pl_PL-${PORTVERSION:C/\.//g}
DIST_SUBDIR= ${PORTNAME}
2011-07-21 12:29:35 +02:00
MAINTAINER= office@FreeBSD.org
2011-07-21 12:29:35 +02:00
COMMENT= Polish 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:29:35 +02:00
PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic
PLIST_DIRSTRY= %%DATADIR%%
2011-07-21 12:29:35 +02:00
do-install:
${MKDIR} ${DATADIR}/
2011-08-13 06:40:40 +02:00
${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${DATADIR}/
2011-07-21 12:29:35 +02:00
.include <bsd.port.mk>