diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:52:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:52:15 +0800 |
commit | e38a6d0a0eef3fc8bd35a408dea1a29b5761427e (patch) | |
tree | d7c84a2878db028ed66bf1ba39475d57372cbd95 /textproc/sk-aspell/Makefile | |
parent | 34d2b9b32857f8acba15cfe77d1026aba94a4e95 (diff) | |
download | freebsd-ports-gnome-e38a6d0a0eef3fc8bd35a408dea1a29b5761427e.tar.gz freebsd-ports-gnome-e38a6d0a0eef3fc8bd35a408dea1a29b5761427e.tar.zst freebsd-ports-gnome-e38a6d0a0eef3fc8bd35a408dea1a29b5761427e.zip |
build aspell with dictionary
PR: 42531
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc/sk-aspell/Makefile')
-rw-r--r-- | textproc/sk-aspell/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/sk-aspell/Makefile b/textproc/sk-aspell/Makefile new file mode 100644 index 000000000000..df034466699e --- /dev/null +++ b/textproc/sk-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: sk-aspell +# Date created: 7 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= sk-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SK= ano + +.include "${MASTERDIR}/Makefile" |