1996-12-04 20:05:12 +00:00
|
|
|
# New ports collection makefile for: wingz
|
|
|
|
# Date created: Wed Nov 27 09:15:10 CST 1996
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-12-04 20:05:12 +00:00
|
|
|
#
|
|
|
|
|
2000-09-07 05:18:44 +00:00
|
|
|
PORTNAME= wingzpro
|
|
|
|
PORTVERSION= 311
|
2000-02-28 08:34:04 +00:00
|
|
|
CATEGORIES= math linux
|
2000-09-07 05:18:44 +00:00
|
|
|
MASTER_SITES= netu
|
|
|
|
EXTRACT_ONLY=
|
1996-12-04 20:05:12 +00:00
|
|
|
|
2000-09-07 05:18:44 +00:00
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
1996-12-04 20:05:12 +00:00
|
|
|
|
1999-07-21 14:55:43 +00:00
|
|
|
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
|
1996-12-04 20:05:12 +00:00
|
|
|
|
1999-01-07 02:31:51 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-09-07 05:18:44 +00:00
|
|
|
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
|
1996-12-04 20:05:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|