diff options
author | will <will@FreeBSD.org> | 2001-03-10 17:47:33 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-10 17:47:33 +0000 |
commit | c01171e734eb7492f669a7d1e5bc2c548f10d5c7 (patch) | |
tree | a6160174124fedda8ee632ffb7e8a16693162423 /french/dico/Makefile | |
parent | 70f9b3589b6c6c07f4d3d8f302495cceb6f9c74b (diff) | |
download | FreeBSD-ports-c01171e734eb7492f669a7d1e5bc2c548f10d5c7.zip FreeBSD-ports-c01171e734eb7492f669a7d1e5bc2c548f10d5c7.tar.gz |
Add dico 1.1, an interactive dictionary in french.
PR: 21902
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Diffstat (limited to 'french/dico/Makefile')
-rw-r--r-- | french/dico/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile new file mode 100644 index 0000000..c6fdb42c --- /dev/null +++ b/french/dico/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: dico +# Date created: 11 October 2000 +# Whom: Cyrille Lefevre <clefevre@citeweb.net> +# +# $FreeBSD$ +# + +PORTNAME= dico +PORTVERSION= 1.1 +CATEGORIES= textproc +MASTER_SITES= http://www.montefiore.ulg.ac.be/~geuzaine/BRONNE/WWW/ftp/ +# ftp://ftp.supelec.fr/lsi/pub/security/ +# have dico.tar.gz which fail because of EXTRACT_SUFX +DISTNAME= le_dico +EXTRACT_SUFX= .tgz + +MAINTAINER= clefevre@citeweb.net + +NO_WRKSUBDIR= true +PATCH_STRIP= -p1 +USE_AUTOMAKE= true +AUTOMAKE= automake --add-missing --foreign --include-deps +ACLOCAL= aclocal +MAN1= dico.1 + +post-patch: + @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/sources/dico.c + +pre-configure: + @cd ${WRKSRC} && ${ACLOCAL} + +.include <bsd.port.mk> |