diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 07:28:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 07:28:58 +0000 |
commit | 794ce299b1cc4fdf17e8be11df8dd4017a8f4a3e (patch) | |
tree | 3f78079cadbc6b7162b6a1662001ae268289a2c7 /editors/softmaker-office | |
parent | 86deca836c8a754481255ba394b6b8334a139c7b (diff) | |
download | ports-794ce299b1cc4fdf17e8be11df8dd4017a8f4a3e.tar.gz ports-794ce299b1cc4fdf17e8be11df8dd4017a8f4a3e.zip |
Notes
Diffstat (limited to 'editors/softmaker-office')
-rw-r--r-- | editors/softmaker-office/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/editors/softmaker-office/Makefile b/editors/softmaker-office/Makefile index b4db269fcd00..f2216196a6ff 100644 --- a/editors/softmaker-office/Makefile +++ b/editors/softmaker-office/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for:SoftMaker Office -# Date created: 2006-12-20 -# Whom: Ion-Mihai "IOnut" Tetcu<itetcu@FreeBSD.org> -# +# Created by: Ion-Mihai "IOnut" Tetcu<itetcu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SoftMaker-Office PORTVERSION= 2006 @@ -23,16 +19,18 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/officetrial -OPTIONS= ALL_DICTS "Install all available dictionaries" on +OPTIONS_DEFINE= ALL_DICTS +OPTIONS_DEFAULT= ALL_DICTS +ALL_DICTS_DESC= Install all available dictionaries NO_CDROM= distribution with other products of any kind forbiden NO_PACKAGE= distribution with other products of any kind forbiden ONLY_FOR_ARCHS= i386 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.ifndef(WITHOUT_ALL_DICTS) +.if ${PORT_OPTIONS:MALL_DICTS} DISTFILES+= sml06dict.tgz .endif @@ -46,4 +44,4 @@ do-install: ${LN} -s ${PREFIX}/${PORTNAME}/planmaker ${PREFIX}/bin/planmaker ${LN} -s ${PREFIX}/${PORTNAME}/textmaker ${PREFIX}/bin/textmaker -.include <bsd.port.post.mk> +.include <bsd.port.mk> |