freebsd-ports/games/jutils/Makefile
Tom Judge d144575b18 * Reset maintainer to ports@
* Allow build with openjdk7

PR:		ports/173846
Submitted by:	4721@hushmail.com
Approved by:	loader <loader@freebsdmall.com> (maintainer)
2012-12-10 16:33:06 +00:00

33 lines
823 B
Makefile

# 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= ports@freebsd.org
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>