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