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.04.05;	author sunpoet;	state Exp;
branches;
next	1.5;

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

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

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


desc
@@


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

PORTNAME=	mythes
PORTVERSION=	2006.08.17
PORTREVISION=	1
CATEGORIES=	portuguese textproc
MASTER_SITES=	LOCAL/sunpoet/${PORTNAME}/
DISTNAME=	thes_pt_PT_v2-${PORTVERSION:C/\.//g}
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	office@@FreeBSD.org
COMMENT=	Portuguese thesaurus

LICENSE=	GPLv2

USE_ZIP=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	%%DATADIR%%/th_pt_BR_v2.dat \
		%%DATADIR%%/th_pt_BR_v2.idx \
		%%DATADIR%%/th_pt_PT_v2.dat \
		%%DATADIR%%/th_pt_PT_v2.idx
PLIST_DIRSTRY=	%%DATADIR%%

do-install:
	${MKDIR} ${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${DATADIR}/
	${LN} -s th_pt_PT_v2.dat ${DATADIR}/th_pt_BR_v2.dat
	${LN} -s th_pt_PT_v2.idx ${DATADIR}/th_pt_BR_v2.idx

.include <bsd.port.mk>
@


1.6
log
@- Set DIST_SUBDIR: move dist files to DISTDIR/mythes
@
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
@- Use WRKSRC
@
text
@d12 2
a13 2
MASTER_SITES=	http://openthesaurus.caixamagica.pt/download/
DISTNAME=	thes_pt_PT_v2
@


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
@d32 1
a32 1
	${INSTALL_DATA} ${WRKDIR}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${DATADIR}/
@


1.2
log
@Pass matainership to the new office team
@
text
@d10 1
d22 1
d24 5
a28 5
PLIST_FILES=	share/mythes/th_pt_PT_v2.dat \
		share/mythes/th_pt_PT_v2.idx \
		share/mythes/th_pt_BR_v2.dat \
		share/mythes/th_pt_BR_v2.idx
PLIST_DIRS=	share/mythes
d31 4
a34 5
	@@${MKDIR} ${PREFIX}/share/mythes
	@@${INSTALL_DATA} ${WRKDIR}/th_pt_PT_v2.* ${PREFIX}/share/mythes
	@@cd ${PREFIX}/share/mythes; \
	${LN} -s th_pt_PT_v2.dat th_pt_BR_v2.dat ; \
	${LN} -s th_pt_PT_v2.idx th_pt_BR_v2.idx
@


1.1
log
@Add some locales thesaurus
@
text
@d14 1
a14 1
MAINTAINER=	bapt@@FreeBSD.org
@

