summaryrefslogtreecommitdiff
path: root/java/jump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jump/Makefile')
-rw-r--r--java/jump/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/java/jump/Makefile b/java/jump/Makefile
new file mode 100644
index 000000000000..bb37bcfa5f0c
--- /dev/null
+++ b/java/jump/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: JUMP Ultimate Math Package
+# Date created: June 13, 2002
+# Whom: Ernst de Haan <znerd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jump
+PORTVERSION= 0.1
+CATEGORIES= java math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= jump-math
+DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
+
+MAINTAINER= znerd@FreeBSD.org
+
+NO_BUILD= yes
+
+USE_JAVA= 1.2+
+
+NO_WRKSUBDIR= YES
+PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
+TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION}
+
+do-install:
+ @${ECHO} -n ">> Creating directory ${TARGET_DIR}..."
+ @${MKDIR} ${TARGET_DIR}
+ @${ECHO} " [ DONE ]"
+
+ @${ECHO} -n ">> Copying files..."
+ @${CP} -r ${WRKSRC}/* ${TARGET_DIR}
+ @${ECHO} " [ DONE ]"
+
+.include <bsd.port.mk>