summaryrefslogtreecommitdiffstats
path: root/math/wingz3/Makefile
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-09-07 05:18:44 +0000
committersada <sada@FreeBSD.org>2000-09-07 05:18:44 +0000
commitce869a761124eb13e4be7c6f57bad67f569d1633 (patch)
tree455c757ec3b918b0b03efd601533a3ee1d082706 /math/wingz3/Makefile
parenta64bd16ffa3c3ca08635b8a8a9c14d977d4fdd48 (diff)
downloadFreeBSD-ports-ce869a761124eb13e4be7c6f57bad67f569d1633.zip
FreeBSD-ports-ce869a761124eb13e4be7c6f57bad67f569d1633.tar.gz
New port: wingz3
from PR Description: Wingz is an easy-to-use, graphical spreadsheet for business and technical professionals, that allows users to create sophisticated presentations and reports, as well as user interfaces and end-user applications. PR: ports/18794 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'math/wingz3/Makefile')
-rw-r--r--math/wingz3/Makefile34
1 files changed, 23 insertions, 11 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile
index eaca756..a0af881c 100644
--- a/math/wingz3/Makefile
+++ b/math/wingz3/Makefile
@@ -5,24 +5,36 @@
# $FreeBSD$
#
-PORTNAME= Wingz
-PORTVERSION= 142
+PORTNAME= wingzpro
+PORTVERSION= 311
CATEGORIES= math linux
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/financial/spreadsheet
-EXTRACT_SUFX= .tgz
+MASTER_SITES= netu
+EXTRACT_ONLY=
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mi@aldan.algebra.com
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
-NO_WRKSUBDIR= yes
-
USE_X_PREFIX= yes
-
-post-install:
- @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+NO_BUILD= yes
+NO_PACKAGE= "nothing to build. commercial software"
+
+do-fetch:
+ #
+ # this is another one of those commercial pieces of software,
+ # that require you to download manually after "registering".
+ # Please, proceeed to
+ # http://www.wingz-us.com/iisg_main/downloads.html
+ # download the ${DISTFILES} and save it to ${DISTDIR}.
+ #
+
+do-install:
+ ${TAR} -xzp -C ${X11BASE} -f ${DISTDIR}/${DISTFILES}
+ ${SED} 's%_X11BASE_%${X11BASE}%' \
+ < ${FILESDIR}/Wingz3 \
+ > ${X11BASE}/bin/Wingz3
+ ${CHMOD} 755 ${X11BASE}/bin/Wingz3
.include <bsd.port.mk>
OpenPOWER on IntegriCloud