2001-03-10 18:47:33 +01:00
|
|
|
# New ports collection makefile for: dico
|
|
|
|
# Date created: 11 October 2000
|
|
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dico
|
|
|
|
PORTVERSION= 1.1
|
2003-10-10 15:37:23 +02:00
|
|
|
PORTREVISION= 2
|
2001-03-10 18:47:33 +01:00
|
|
|
CATEGORIES= textproc
|
2002-11-01 00:49:38 +01:00
|
|
|
MASTER_SITES= http://homepages.starnet.fr/dtrystram/
|
|
|
|
# http://www.montefiore.ulg.ac.be/~geuzaine/BRONNE/WWW/ftp/ le_dico.tgz
|
2003-10-10 15:37:23 +02:00
|
|
|
# ftp://ftp.supelec.fr/lsi/pub/security/ le_dico.tar.gz
|
|
|
|
# http://homepages.starnet.fr/dtrystram/ ledico.zip
|
2002-11-01 00:49:38 +01:00
|
|
|
# http://hpux.cict.fr/ftp/hpux/Text/ dico-1.1/dico-1.1-ss-11.00.tar.gz
|
2003-10-10 15:37:23 +02:00
|
|
|
# ftp://ftp.ac-amiens.fr/pub/Educatifs_fr/Francais ledico.zip
|
2002-11-01 00:49:38 +01:00
|
|
|
DISTNAME= ledico
|
2001-03-10 18:47:33 +01:00
|
|
|
|
2002-01-18 00:13:38 +01:00
|
|
|
MAINTAINER= cyrille.lefevre@laposte.net
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Interactive dictionary in french
|
2003-10-10 15:37:23 +02:00
|
|
|
BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html
|
2001-03-10 18:47:33 +01:00
|
|
|
|
2002-11-01 00:49:38 +01:00
|
|
|
# Global variables
|
|
|
|
#
|
|
|
|
|
|
|
|
USE_REINPLACE= true
|
|
|
|
USE_ZIP= true
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2001-03-10 18:47:33 +01:00
|
|
|
USE_AUTOMAKE= true
|
2001-09-13 02:48:00 +02:00
|
|
|
USE_GMAKE= true
|
2001-10-30 02:51:01 +01:00
|
|
|
AUTOMAKE_ARGS= --add-missing --foreign --include-deps
|
2001-09-13 02:48:00 +02:00
|
|
|
MAKE_ARGS= prefix=${PREFIX}
|
2001-03-10 18:47:33 +01:00
|
|
|
MAN1= dico.1
|
|
|
|
|
2002-11-01 00:49:38 +01:00
|
|
|
# Post-patch
|
|
|
|
#
|
|
|
|
|
2001-03-10 18:47:33 +01:00
|
|
|
post-patch:
|
2002-11-01 00:49:38 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/sources/dico.c
|
|
|
|
|
|
|
|
# Pre-configure
|
|
|
|
#
|
2001-03-10 18:47:33 +01:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ${ACLOCAL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|