diff options
Diffstat (limited to 'french/dico/Makefile')
-rw-r--r-- | french/dico/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index c3917b6ded17..dfd8aaaef1c0 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -6,26 +6,20 @@ # PORTNAME= dico -PORTVERSION= 1.1 +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 +MASTER_SITES= ftp://ftp.supelec.fr/lsi/pub/security/ +DISTNAME= le_dico MAINTAINER= ports@FreeBSD.org COMMENT= Interactive dictionary in french + BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html # Global variables # -USE_ZIP= true -EXTRACT_CMD= UNZIP= unzip WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOTOOLS= automake:14 autoconf:213 USE_GMAKE= true |