freebsd-ports/math/wingz3/Makefile
Mikhail Teterin 64241c3c19 Stop forcing people to download the distfile from the vendor's web-site.
The site no longer exists, and the distfile is available on SunSite
mirrors.

PR:	ports/92540
2006-01-31 04:00:42 +00:00

37 lines
800 B
Makefile

# New ports collection makefile for: wingz
# Date created: Wed Nov 27 09:15:10 CST 1996
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= wingzpro
PORTVERSION= 311
PORTREVISION= 2
CATEGORIES= math linux
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=apps/financial/spreadsheet
EXTRACT_ONLY=
MAINTAINER= mi@aldan.algebra.com
COMMENT= A Commercial Spreadsheet
NO_PACKAGE= "nothing to build. commercial software"
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
USE_X_PREFIX= yes
NO_BUILD= yes
# XXX: this is missing "${BRANDELF} -t Linux <executables>"
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>