diff options
Diffstat (limited to 'textproc/tl-aspell/Makefile')
-rw-r--r-- | textproc/tl-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/tl-aspell/Makefile b/textproc/tl-aspell/Makefile new file mode 100644 index 000000000000..eea8729cc296 --- /dev/null +++ b/textproc/tl-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tl-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= tl-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Tagalog dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TL= opo + +.include "${MASTERDIR}/Makefile" |