diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:06:41 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:06:41 +0000 |
commit | 3024f9f07d36bd7ad1cf2645f5dacdc839e17f96 (patch) | |
tree | fbc3668db01a42c71ac2edbfdb0721a0c75cb3d8 /textproc/ia-aspell/Makefile | |
parent | 0da36fd9a92c64f03d98d06ca4aa280409b2be1a (diff) | |
download | ports-3024f9f07d36bd7ad1cf2645f5dacdc839e17f96.tar.gz ports-3024f9f07d36bd7ad1cf2645f5dacdc839e17f96.zip |
Notes
Diffstat (limited to 'textproc/ia-aspell/Makefile')
-rw-r--r-- | textproc/ia-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ia-aspell/Makefile b/textproc/ia-aspell/Makefile new file mode 100644 index 000000000000..96527bdf4bb5 --- /dev/null +++ b/textproc/ia-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ia-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ia-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Interlingua dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_IA= si + +.include "${MASTERDIR}/Makefile" |