freebsd-ports/editors/softmaker-office/Makefile
Ion-Mihai Tetcu 535fbdda50 SoftMaker Office 2006 comes with the following applications:
TextMaker 2006, the reliable and friendly word processor that reads and writes
all Microsoft Word files without a hitch.
PlanMaker 2006, the fully Excel-compatible spreadsheet (see review) that lets
you create the most intricate worksheets.

TextMaker and PlanMaker are a perfect match. They not only provide consistent
menu structures and dialog windows, but can also exchange data smoothly with
each other. For instance, you can insert PlanMaker worksheets into TextMaker.
Furthermore, both TextMaker and PlanMaker support the dBASE database format so
they can access the same database files.
Compatible with Microsoft Office, OpenDocument, and more, pdf exports.

TextMaker and PlanMaker read and write these file formats with highest fidelity.
You can even set your default file types in TextMaker and PlanMaker to "Word"
and "Excel" and never worry about exchanging documents again!

This trial version let you evaluate SoftMaker Office for 30 days. Export to
Word and Excel formats is disabled.

WWW:	http://www.softmaker.com/english/ofl_en.htm
2007-01-01 22:52:49 +00:00

48 lines
1.2 KiB
Makefile

# Ports collection makefile for:SoftMaker Office
# Date created: 2006-12-20
# Whom: Ion-Mihai "IOnut" Tetcu<itetcu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SoftMaker-Office
PORTVERSION= 2006
CATEGORIES= editors
MASTER_SITES= http://www.softmaker.net/down/
DISTFILES= ofb06trial.tgz
MAINTAINER= itetcu@FreeBSD.org
COMMENT= Microsoft Word/Excel OpenDocument and OpenOffice.org editor
RUN_DEPENDS= ${X11BASE}/bin/xfs:${X_FONTSERVER_PORT}
USE_XLIB= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/officetrial
OPTIONS= ALL_DICTS "Install all available dictionaries" on
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>
.ifndef(WITHOUT_ALL_DICTS)
DISTFILES+= sml06dict.tgz
.endif
post-extract:
cd ${WRKSRC} && ${FIND} . -type f -execdir ${CHMOD} ${SHAREMODE} \{\} \; && \
${CHMOD} ${BINMODE} planmaker textmaker
do-install:
${MKDIR} ${PREFIX}/${PORTNAME}
cd ${WRKSRC} && ${CP} -Rp . ${PREFIX}/${PORTNAME}
${LN} -s ${PREFIX}/${PORTNAME}/planmaker ${PREFIX}/bin/planmaker
${LN} -s ${PREFIX}/${PORTNAME}/textmaker ${PREFIX}/bin/textmaker
.include <bsd.port.post.mk>