e21ac54168
dist files - Set DIST_SUBDIR: move dist files to DISTDIR/hyphen - Set WRKSRC - Use DATADIR - Use PLIST_DIRSTRY for DATADIR - Cosmetic change - Bump PORTREVISION for PLIST change
33 lines
660 B
Makefile
33 lines
660 B
Makefile
# New ports collection makefile for: is-hyphen
|
|
# Date created: 2011-07-21
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hyphen
|
|
PORTVERSION= 2004.04.15
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
|
PKGNAMEPREFIX= is-
|
|
DISTNAME= hyph_is_IS-${PORTVERSION:C/\.//g}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Icelandic hyphenation rules
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= %%DATADIR%%/hyph_is_IS.dic
|
|
PLIST_DIRSTRY= %%DATADIR%%
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/hyph_is_IS.dic ${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|