diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /math/wingz3 | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'math/wingz3')
-rw-r--r-- | math/wingz3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index d0f61b176af9..bbd34b89187f 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -7,7 +7,7 @@ PORTNAME= wingzpro PORTVERSION= 311 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math linux MASTER_SITES= netu EXTRACT_ONLY= @@ -15,13 +15,12 @@ EXTRACT_ONLY= MAINTAINER= mi@aldan.algebra.com COMMENT= A Commercial Spreadsheet -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - NO_PACKAGE= "nothing to build. commercial software" ONLY_FOR_ARCHS= i386 - +USE_LINUX= yes USE_X_PREFIX= yes + NO_BUILD= yes do-fetch: @@ -33,6 +32,8 @@ do-fetch: # download the ${DISTFILES} and save it to ${DISTDIR}. # +# XXX: this is missing "${BRANDELF} -t Linux <executables>" + do-install: ${TAR} -xzp -C ${X11BASE} -f ${DISTDIR}/${DISTFILES} ${SED} 's%_X11BASE_%${X11BASE}%' \ |