1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

A set of APIs utilized by the Java Game Technology Group.

WWW: https://svn.java.net/svn/jutils~svn/trunk

PR:		ports/166677
Submitted by:	loader <loader@freebsdmall.com>
This commit is contained in:
Chris Rees 2012-04-18 07:49:34 +00:00
parent 4717508d1e
commit 8813f8a043
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294993
4 changed files with 39 additions and 0 deletions

View File

@ -398,6 +398,7 @@
SUBDIR += joequake
SUBDIR += jools
SUBDIR += jtans
SUBDIR += jutils
SUBDIR += jvgs
SUBDIR += jzip
SUBDIR += kaid

33
games/jutils/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: jinput
# Date created: Mar 25 2012
# Whom: loader <loader@freebsdmall.com>
#
# $FreeBSD$
#
PORTNAME= jutils
PORTVERSION= 20070610.r26
CATEGORIES= games java
MASTER_SITES= LOCAL/loader
MAINTAINER= loader@freebsdmall.com
COMMENT= Common utilities for Java Game Technology Group projects
USE_BZIP2= yes
USE_JAVA= yes
JAVA_VERSION= 1.6
JAVA_OS= native
JAVA_VENDOR= openjdk
USE_ANT= YES
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}/${PORTNAME}.jar
PLIST_DIRS= %%JAVAJARDIR%%/${PORTNAME}
do-install:
@${ECHO_MSG} -n ">> Install JAR files in ${JAVAJARDIR}/${PORTNAME}/ ..."
@${MKDIR} ${JAVAJARDIR}/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar \
${JAVAJARDIR}/${PORTNAME}/
@${ECHO_MSG} " [ DONE ]"
.include <bsd.port.mk>

2
games/jutils/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (jutils-20070610.r26.tar.bz2) = ffa493d38b5ed645e177be54d94691ef6c3f8b5ad6d8db616c22c2190bedb9de
SIZE (jutils-20070610.r26.tar.bz2) = 29481

3
games/jutils/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A set of APIs utilized by the Java Game Technology Group.
WWW: https://svn.java.net/svn/jutils~svn/trunk