diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:44:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:44:22 +0000 |
commit | 07dae1703b3af9c9270c003b4c8f60977318feaa (patch) | |
tree | b89ffb848a940445acd86249c4a0a5e025d8b897 /textproc/es-aspell/Makefile | |
parent | 76e9df6d3c91b945e59f23e2d6afa50bd47bc60b (diff) |
Notes
Diffstat (limited to 'textproc/es-aspell/Makefile')
-rw-r--r-- | textproc/es-aspell/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/es-aspell/Makefile b/textproc/es-aspell/Makefile new file mode 100644 index 000000000000..4551c93fd2b8 --- /dev/null +++ b/textproc/es-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: es-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= es-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_ES= sí + +.include "${MASTERDIR}/Makefile" |