diff options
Diffstat (limited to 'math/wingz/Makefile')
-rw-r--r-- | math/wingz/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/wingz/Makefile b/math/wingz/Makefile new file mode 100644 index 000000000000..62d74c677477 --- /dev/null +++ b/math/wingz/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> |