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