New port: JUMP Ultimate Math Package.

This commit is contained in:
Ernst de Haan
2002-06-13 12:15:52 +00:00
parent 874fcd1d0a
commit 43a6bfd036
6 changed files with 76 additions and 0 deletions

34
java/jump/Makefile Normal file
View File

@@ -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>