diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-03-17 18:05:42 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-03-17 18:05:42 +0000 |
commit | 5866f3a92babd542392f982d9a3e2c855c4fa777 (patch) | |
tree | 3c9796cfc41964df814670ec0f4c698ddbb97703 /textproc/grc-aspell/Makefile | |
parent | 5303e03ba8785d92ec4d950de8f593294f42f046 (diff) |
Notes
Diffstat (limited to 'textproc/grc-aspell/Makefile')
-rw-r--r-- | textproc/grc-aspell/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/grc-aspell/Makefile b/textproc/grc-aspell/Makefile new file mode 100644 index 000000000000..38c016311440 --- /dev/null +++ b/textproc/grc-aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: grc-aspell +# Date created: 17 March 2009 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-${DICT}-0.02-0 +CATEGORIES= textproc + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Aspell Ancient Greek dictionary + +DICT= grc + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |