diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-31 04:00:42 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-31 04:00:42 +0000 |
commit | 64241c3c19a652a1ce0d8b9f326a63ea8a7acb6e (patch) | |
tree | 1126a94ca27a3c3bdb6db21d3efd59665af876a9 /math | |
parent | b0b76c8b1df2fa134edfd32ff89e490d0a553f3b (diff) | |
download | ports-64241c3c19a652a1ce0d8b9f326a63ea8a7acb6e.tar.gz ports-64241c3c19a652a1ce0d8b9f326a63ea8a7acb6e.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/wingz3/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index bbd34b89187f..83ab6bd6144c 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -9,7 +9,8 @@ PORTNAME= wingzpro PORTVERSION= 311 PORTREVISION= 2 CATEGORIES= math linux -MASTER_SITES= netu +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR=apps/financial/spreadsheet EXTRACT_ONLY= MAINTAINER= mi@aldan.algebra.com @@ -17,21 +18,12 @@ COMMENT= A Commercial Spreadsheet NO_PACKAGE= "nothing to build. commercial software" -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_X_PREFIX= yes NO_BUILD= yes -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}. - # - # XXX: this is missing "${BRANDELF} -t Linux <executables>" do-install: |