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