aboutsummaryrefslogtreecommitdiffstats
path: root/french/dico/Makefile
blob: 5d9e69d7a974f9869bb9f8138e203c8e03fc25ae (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# New ports collection makefile for:    dico
# Date created:             11 October 2000
# Whom:                 Cyrille Lefevre <clefevre@citeweb.net>
#
# $FreeBSD$
#

PORTNAME=   dico
PORTVERSION=    1.1
PORTREVISION=   4
CATEGORIES= french
MASTER_SITES=   http://homepages.starnet.fr/dtrystram/
#   http://www.montefiore.ulg.ac.be/~geuzaine/BRONNE/WWW/ftp/ le_dico.tgz
#   ftp://ftp.supelec.fr/lsi/pub/security/          le_dico.tar.gz
#   http://homepages.starnet.fr/dtrystram/          ledico.zip
#   http://hpux.cict.fr/ftp/hpux/Text/     dico-1.1/dico-1.1-ss-11.00.tar.gz
#   ftp://ftp.ac-amiens.fr/pub/Educatifs_fr/Francais    ledico.zip
DISTNAME=   ledico

MAINTAINER= cyrille.lefevre@laposte.net
COMMENT=    Interactive dictionary in french
BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html

# Global variables
#

USE_REINPLACE=  true
USE_ZIP=    true
EXTRACT_CMD=    UNZIP= unzip
WRKSRC=     ${WRKDIR}/${PORTNAME}
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
USE_GMAKE=  true
AUTOMAKE_ARGS=  --add-missing --foreign --include-deps
MAKE_ARGS=  prefix=${PREFIX}
MAN1=       dico.1
REINPLACE_SUB=  PREFIX=${PREFIX}

# Post-patch
#

post-patch:
    @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
        ${WRKSRC}/sources/dico.c

# Pre-configure
#

pre-configure:
    @cd ${WRKSRC} && ${ACLOCAL}

# Post-install
#

post-install:
.if defined(NOPORTDOCS)
    @${RM} -rf ${DOCSDIR}
.endif

.include <bsd.port.mk>