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


1.7
date	2012.11.17.06.00.47;	author svnexp;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	2011.07.29.13.12.17;	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.30.52;	author bapt;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	hyphen
PORTVERSION=	2004.04.15
PORTREVISION=	1
CATEGORIES=	portuguese textproc
MASTER_SITES=	LOCAL/sunpoet/${PORTNAME}/
DISTNAME=	hyph_pt_PT-${PORTVERSION:C/\.//g}
DIST_SUBDIR=	${PORTNAME}

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

LICENSE=	LGPL21

USE_ZIP=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	%%DATADIR%%/hyph_pt_BR.dic \
		%%DATADIR%%/hyph_pt_PT.dic
PLIST_DIRSTRY=	%%DATADIR%%

do-install:
	${MKDIR} ${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${DATADIR}/
	${LN} -s hyph_pt_PT.dic ${DATADIR}/hyph_pt_BR.dic

.include <bsd.port.mk>
@


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


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


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


1.3
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
d30 1
a30 1
	${INSTALL_DATA} ${WRKDIR}/hyph_pt_PT.dic ${DATADIR}/
@


1.2
log
@Pass matainership to the new office team
@
text
@d10 1
d23 3
a25 3
PLIST_FILES=	share/hyphen/hyph_pt_PT.dic \
		share/hyphen/hyph_pt_BR.dic
PLIST_DIRS=	share/hyphen
d28 3
a30 3
	@@${MKDIR} ${PREFIX}/share/hyphen
	@@${INSTALL_DATA} ${WRKDIR}/hyph_pt_PT.dic ${PREFIX}/share/hyphen
	@@cd ${PREFIX}/share/hyphen; ${LN} -s hyph_pt_PT.dic hyph_pt_BR.dic
@


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

