diff options
Diffstat (limited to 'french/aspell/Makefile')
-rw-r--r-- | french/aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/french/aspell/Makefile b/french/aspell/Makefile new file mode 100644 index 000000000000..1883ea980d8c --- /dev/null +++ b/french/aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fr-aspell +# Date created: 15 January 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= french + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_FR= oui + +.include "${MASTERDIR}/Makefile" |