aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nl-mythes/Makefile
blob: b08c1f05ee7e9ab8f8581aaa0d9e6e829f63f780 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    nl-mythes
# Date created:     2011-07-21
# Whom:         Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   nl-mythes
PORTVERSION=    2011.06.09
CATEGORIES= textproc
MASTER_SITES=   http://data.opentaal.org/opentaalbank/thesaurus/download/
DISTNAME=   thes_nl
EXTRACT_SUFX=   .oxt

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Dutch thesaurus

LICENSE=    BSD

USE_ZIP=    yes
NO_BUILD=   yes

PLIST_FILES=    share/mythes/th_nl_NL_v2.dat \
        share/mythes/th_nl_NL_v2.idx
PLIST_DIRS= share/mythes

NLALIASES=  nl_AW nl_BE

.for ALIAS in ${NLALIASES}
PLIST_FILES+=   share/mythes/th_${ALIAS}_v2.dat \
        share/mythes/th_${ALIAS}_v2.idx
.endfor

do-install:
    @${MKDIR} ${PREFIX}/share/mythes
    @${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.dat
    @${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.idx
    @cd ${PREFIX}/share/mythes; \
    for alias in ${NLALIASES}; do \
      ${LN} -s th_nl_NL_v2.dat th_$${alias}_v2.dat ; \
      ${LN} -s th_nl_NL_v2.dat th_$${alias}_v2.idx ; \
    done

.include <bsd.port.mk>
800'>2006-04-155-124/+34 * Conversion to a single libtool environment.ade2006-02-232-11/+6 * - Fix plist (leftover %D prefix in @dirrmtry entry). [1]bland2006-02-072-5/+5 * Update to 2.8.3bland2006-02-023-25/+34 * -Update to 2.8.2.mezz2005-12-183-265/+395 * - Add SHA256 checksumspav2005-11-241-0/+1 * Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1 * Update to 2.8.1.marcus2005-11-053-6/+264 * - Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to workahze2005-07-061-4/+2 * - Remove MASTER_SITE_SOURCEFORGEahze2005-06-181-4/+2 * - Temp add MASTER_SITE_LOCAL to MASTER_SITESahze2005-06-181-2/+4 * Remove a leftover devhelp directory.marcus2005-06-171-0/+1 * Update to 2.6.3.marcus2005-06-113-465/+239 * Fix inter-library dependencies so dependands get properly linked.bland2005-04-203-0/+25 * Update to 2.6.2.adamw2005-04-163-5/+5 * Update to 2.6.1.marcus2005-03-152-3/+3 * Update to 2.6.0. Note: this release is API and ABI compatible withmarcus2005-03-123-13/+209 * Update to 2.4.11.marcus2005-02-073-77/+3 * Update to 2.4.8bland2004-12-043-4/+11 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Update to 2.4.6bland2004-11-023-7/+34 * Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1 * Fix plist.bland2004-08-172-0/+3 * Update to 2.4.5bland2004-08-103-3/+9 * Fix warnings when doing make deinstall by applying some @unexecmarcus2004-08-051-2/+2 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * - Fix examples build trigger.bland2004-07-081-5/+5 * Fix LATEST_LINK.bland2004-07-081-1/+2 * Update to 2.4.4bland2004-07-022-3/+3 * Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,bland2004-06-265-2424/+2110 * Update to 2.2.12bland2004-06-053-10/+3 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1 * Update to 2.2.11.marcus2004-03-313-26/+3 * Fix detection of ambiguous const template specialization.bland2004-03-242-9/+22 * Update to 2.2.10.marcus2004-03-162-3/+3 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Update to 2.2.9bland2004-02-183-9/+17 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * - Remove obsolete --without-gnome option.bland2003-09-302-8/+3 * Update to 2.2.8.adamw2003-09-303-6/+33 * Update to 2.2.7bland2003-08-252-2/+2 * Update to 2.2.6bland2003-08-223-5/+15 * * Update to 2.2.5marcus2003-07-222-2/+3 * Update to 2.2.4.marcus2003-07-223-3/+22 * Don't build and install examples by default. This cuts build time byadamw2003-07-082-236/+250 * Change the LATEST_LINK to make this port easier to find.marcus2003-06-201-1/+1 * Update to 2.2.3.marcus2003-06-012-2/+2 * Update the comment and description to mention the other libraries formarcus2003-05-222-2/+4 * Update to 2.2.2.marcus2003-05-224-23/+16 * Convert to new GNOME infrastructure.marcus2003-04-221-3/+2 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Update to 2.2.1.marcus2003-04-045-1629/+1876 * Clear moonlight beckons.ade2003-03-072-1/+1 * Remove a left-over include directory.marcus2003-02-161-0/+1 * Update to 2.2.0.marcus2003-02-083-383/+541 * Chase gtk20's shared lib version.marcus2003-02-081-1/+2 * Update to 2.0.2.marcus2003-01-023-9/+8 * Update to 2.0.1.marcus2002-11-173-8/+1507 * Update to 2.0.0.marcus2002-11-023-20/+20 * Update to 1.3.26.marcus2002-10-193-9/+14 * Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++marcus2002-10-126-240/+477 * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 * Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0 * Bump PORTREVISION after latest libsigc++ upgrade. This is needed or portsmarcus2002-08-191-0/+1 * Use USE_GNOMENG.sobomax2002-07-171-1/+2 * Actually patch the correct file. You can't patch C++ files in the gtk--marcus2002-06-111-5/+3 * Fix a build problem on -CURRENT.marcus2002-06-101-0/+13 * Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-122-2/+2 * These are GNOME components more than anything else, so track the versionade2002-02-122-3/+5 * Update to 1.2.8.sobomax2001-11-132-2/+2 * Update to 1.2.7demon2001-08-122-2/+2 * SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1 * Update to 1.2.5.sobomax2001-03-133-3/+3 * Update to 1.2.4nakai2000-12-233-8/+7 * Add --with-sigc-prefixnakai2000-10-141-1/+3 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 * Implement USE_GTK, part 2.reg2000-10-052-13/+11 * Update to 1.2.3nakai2000-09-113-5/+5 * Update to 1.2.2.sobomax2000-08-283-3/+3 * USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1 * Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2 * Update to 1.2.0nakai2000-04-163-69/+27 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 * New location on MASTER_SITE.steve1999-12-051-1/+1 * Change MASTER_SITESnakai1999-10-181-1/+2 * PR: ports/14303nakai1999-10-144-12/+11 * $Id$ -> $FreeBSD$peter1999-08-311-1/+1 * Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-11/+3 * egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-4/+4 * Move the USE_X_PREFIX up a few lines so it actually gets used.cpiazza1999-08-151-2/+3 * bsd.port.mk already takes care of passing CC and CXX in the environmentsteve1999-06-091-2/+2 * Make sure we pass CC and CXX in configure's environment so thatsteve1999-06-092-3/+16 * Update to use gtk version 1.2.3.steve1999-05-292-5/+14 * Make this compile.asami1999-05-122-0/+12 * Make this compile.asami1999-05-121-11/+7 * Unbroken gtk--mharo1999-05-073-20/+169 * Change maitainer's email address,vanilla1999-01-131-2/+2 * This is broken for non-ELF systems too.asami1998-10-201-2/+2 * Mark BROKEN for ELF:jseger1998-10-151-1/+3 * gtk and gtk11 are now ELFized.asami1998-09-231-2/+2 * No need to use += for variable defined only once. (I know it's justasami1998-09-151-2/+2 * C++ wrapper for gtk, a x11 graphics librarykuriyama1998-09-01