diff options
Diffstat (limited to 'hungarian/aspell/Makefile')
-rw-r--r-- | hungarian/aspell/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hungarian/aspell/Makefile b/hungarian/aspell/Makefile new file mode 100644 index 0000000..b87e3b9 --- /dev/null +++ b/hungarian/aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hu-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= hungarian + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Hungarian dictionaries + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_HU= igen + +.include "${MASTERDIR}/Makefile" |