summaryrefslogtreecommitdiff
path: root/misc/softmaker-office-demo/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-07 20:58:19 +0000
committerwiz <wiz@pkgsrc.org>2007-09-07 20:58:19 +0000
commit322572fe43656477a526768973beade749211f54 (patch)
tree0a64ee51d5900181e104c0a266f12a53eb8fe0c9 /misc/softmaker-office-demo/Makefile
parent647e87465788dd035247a869672d18ed46830469 (diff)
downloadpkgsrc-322572fe43656477a526768973beade749211f54.tar.gz
Initial import of softmaker-office-demo-2006:
Office suite from Softmaker. Contains PlanMaker and TextMaker, a spreadsheet program and a document editor. Supports Excel and Word files as well as OpenDocument and OpenOffice.org files. This package contains the demo version.
Diffstat (limited to 'misc/softmaker-office-demo/Makefile')
-rw-r--r--misc/softmaker-office-demo/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/misc/softmaker-office-demo/Makefile b/misc/softmaker-office-demo/Makefile
new file mode 100644
index 00000000000..2e91fcb96e1
--- /dev/null
+++ b/misc/softmaker-office-demo/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 20:58:19 wiz Exp $
+#
+
+DISTNAME= ofl06trial
+PKGNAME= softmaker-office-demo-2006
+CATEGORIES= misc
+MASTER_SITES= http://www.softmaker.net/down/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.softmaker.net/
+COMMENT= SoftMaker Office (TextMaker and PlanMaker) demo version (Linux binary)
+
+WRKSRC= ${WRKDIR}/officetrial
+USE_LANGUAGES= # none
+EMUL_PLATFORMS= linux-i386
+EMUL_MODULES.linux= base x11
+
+INSTALLATION_DIRS= bin lib/softmaker
+
+do-build:
+ ${ECHO} '#!/bin/sh' > ${WRKDIR}/textmaker
+ ${ECHO} 'cd ${PREFIX}/lib/softmaker' >> ${WRKDIR}/textmaker
+ ${ECHO} './textmaker' >> ${WRKDIR}/textmaker
+ ${ECHO} '#!/bin/sh' > ${WRKDIR}/planmaker
+ ${ECHO} 'cd ${PREFIX}/lib/softmaker' >> ${WRKDIR}/planmaker
+ ${ECHO} './planmaker' >> ${WRKDIR}/planmaker
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/textmaker ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/planmaker ${PREFIX}/bin
+ cd ${WRKSRC} && pax -rwpp * ${PREFIX}/lib/softmaker
+
+.include "../../mk/bsd.pkg.mk"