head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.00.44;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.17.18.03.39;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2011.08.17.17.41.58;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.13.04.40.38;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.07.29.13.12.17;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.25.08.31.44;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.22.05.30.03;	author bapt;	state Exp;
branches;
next	1.1;

1.1
date	2011.07.21.10.29.35;	author bapt;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	hyphen
# Date created:		2011-07-21
# Whom:			Baptiste Daroussin <bapt@@FreeBSD.org>
#
# $FreeBSD: head/polish/hyphen/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	hyphen
PORTVERSION=	2007.04.16
PORTREVISION=	1
CATEGORIES=	polish textproc
MASTER_SITES=	LOCAL/sunpoet/${PORTNAME}/
DISTNAME=	hyph_pl_PL-${PORTVERSION:C/\.//g}
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	office@@FreeBSD.org
COMMENT=	Polish hyphenation rules

LICENSE=	LGPL21

USE_ZIP=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	%%DATADIR%%/hyph_pl_PL.dic
PLIST_DIRSTRY=	%%DATADIR%%

do-install:
	${MKDIR} ${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${DATADIR}/

.include <bsd.port.mk>
@


1.7
log
@- Set DIST_SUBDIR: move dist files to DISTDIR/hyphen
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Change MASTER_SITES to my LOCAL to avoid implicit change of non-versioned
  dist files
@
text
@d14 1
@


1.5
log
@- Set WRKSRC
@
text
@d12 2
a13 2
MASTER_SITES=	http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
DISTNAME=	hyph_pl_PL
@


1.4
log
@- Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
@
text
@d22 1
d29 1
a29 1
	${INSTALL_DATA} ${WRKDIR}/hyph_pl_PL.dic ${DATADIR}/
@


1.3
log
@- Fix typo
@
text
@d10 1
d23 2
a24 2
PLIST_FILES=	share/hyphen/hyph_pl_PL.dic
PLIST_DIRS=	share/hyphen
d27 2
a28 2
	@@${MKDIR} ${PREFIX}/share/hyphen
	@@${INSTALL_DATA} ${WRKDIR}/hyph_pl_PL.dic ${PREFIX}/share/hyphen
@


1.2
log
@Pass matainership to the new office team
@
text
@d8 1
a8 1
PORTNAME=	yphen
@


1.1
log
@Add Polish hyphenation rules
@
text
@d14 1
a14 1
MAINTAINER=	bapt@@FreeBSD.org
@

