1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/jutils/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

28 lines
619 B
Makefile

# Created by: 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
USES= tar:bzip2
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:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}/
.include <bsd.port.mk>