New port: JUMP Ultimate Math Package.
This commit is contained in:
34
java/jump/Makefile
Normal file
34
java/jump/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user