diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-04 20:05:12 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-12-04 20:05:12 +0000 |
commit | 18de1e0d769c3b6d8d6f291d7bc7c78198e0b878 (patch) | |
tree | 751f09062487b70152682b45d79c9b683b05e100 /math/wingz/Makefile | |
parent | 4851e97c68d16f43d74aabe7ca6ab3b3417fdda4 (diff) |
Notes
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> |