summaryrefslogtreecommitdiff
path: root/science/oases/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-28 03:31:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-28 03:31:29 +0000
commitddf93efdc31785b885c1f73af1d7b56072391de5 (patch)
tree08965d3677e07bb76b325806697bd706b7ed40f0 /science/oases/Makefile
parentExplict dependancy on version 7 of linux_base is not needed anymore. (diff)
add oases 2.2
Ocean Acoustics and Seismic Exploration Synthesis PR: 38548 Submitted by: Heiner Strau? <heiner@bilch.com>
Notes
Notes: svn path=/head/; revision=60166
Diffstat (limited to 'science/oases/Makefile')
-rw-r--r--science/oases/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/science/oases/Makefile b/science/oases/Makefile
new file mode 100644
index 000000000000..58795c08555d
--- /dev/null
+++ b/science/oases/Makefile
@@ -0,0 +1,43 @@
+# ex:ts=8
+# Ports collection makefile for: oaeses
+# Date created: May 27, 2002
+# Whom: Heiner Strauss <heiner@bilch.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= oases
+PORTVERSION= 2.2
+CATEGORIES= science
+MASTER_SITES= ftp://keel.mit.edu/pub/Oases/
+DISTNAME= oases_Mar-28-2002
+
+MAINTAINER= ports@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/Oases_export
+
+OASES_ROOT= ${WRKSRC}
+SCRIPT= avbeam bistat cplot mplot mtvplot multmtv oasn oasp oasr \
+ oass oassp oast plp2mtv
+EXAMPLE= mfp mfp_geo noise pulse rcoef rd_test rdloss rdpulse \
+ scat scatp tloss
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD-FreeBSD/* ${PREFIX}/bin
+.for script in ${SCRIPT}
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${PREFIX}/bin
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD-FreeBSD/*.a ${PREFIX}/lib
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
+ @${MKDIR} ${EXAMPLESDIR}
+.for example in ${EXAMPLE}
+ @${MKDIR} ${EXAMPLESDIR}/${example}
+ ${INSTALL_DATA} ${WRKSRC}/${example}/* ${EXAMPLESDIR}/${example}
+.endfor
+ @${CP} -R ${WRKSRC}/volume ${EXAMPLESDIR}
+.endif
+
+.include <bsd.port.mk>