aboutsummaryrefslogtreecommitdiffstats
path: root/math/wingz3/Makefile
diff options
context:
space:
mode:
authorerich <erich@FreeBSD.org>1996-12-05 04:05:12 +0800
committererich <erich@FreeBSD.org>1996-12-05 04:05:12 +0800
commit2518a57a81fcec02de56a3c20afebc8cf6d8aceb (patch)
tree7779387ddfb4f1a487f5bab2f9a36cd8f60701a1 /math/wingz3/Makefile
parentb2508e566ab59cbaa36966f88959fe3660eaff4e (diff)
downloadfreebsd-ports-gnome-2518a57a81fcec02de56a3c20afebc8cf6d8aceb.tar.gz
freebsd-ports-gnome-2518a57a81fcec02de56a3c20afebc8cf6d8aceb.tar.zst
freebsd-ports-gnome-2518a57a81fcec02de56a3c20afebc8cf6d8aceb.zip
port of linux' wingz
Diffstat (limited to 'math/wingz3/Makefile')
-rw-r--r--math/wingz3/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile
new file mode 100644
index 000000000000..62d74c677477
--- /dev/null
+++ b/math/wingz3/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: wingz
+# Version required: 142
+# Date created: Wed Nov 27 09:15:10 CST 1996
+# Whom: erich@rrnet.com
+#
+# $Id$
+#
+
+DISTNAME= Wingz-142
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/financial
+EXTRACT_SUFX= .tgz
+
+MANINAINER= erich@FreeBSD.org
+
+RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+
+NO_WRKSUBDIR= yes
+
+USE_X11= yes
+
+post-install:
+ @sh pkg/INSTALL
+
+.include <bsd.port.mk>