freebsd-ports/polish/hyphen/Makefile

28 lines
524 B
Makefile
Raw Normal View History

2011-07-21 12:29:35 +02:00
# $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
2014-03-10 17:45:37 +01:00
USES= zip
2015-07-18 17:05:25 +02:00
NO_ARCH= yes
2011-07-21 12:29:35 +02:00
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
2011-07-21 12:29:35 +02:00
do-install:
2013-11-04 12:36:02 +01:00
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${STAGEDIR}${DATADIR}/
2011-07-21 12:29:35 +02:00
.include <bsd.port.mk>