1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/games/hattrickorganizer/Makefile
Tim Bishop f0cf40555b - Update to 1.36 (http://www.wow-auctions.net/ho/english/index.htm)
PR:		90369
Submitted by:	Lars Engels <lars@0x20.net> (maintainer)
Approved by:	clement (mentor)
2005-12-14 17:14:19 +00:00

33 lines
836 B
Makefile

# New ports collection makefile for: hattrickorganizer
# Date Created: 17 Jan 2005
# Whom: Lars Engels <lars.engels@0x20.net>
#
# $FreeBSD$
#
PORTNAME= hattrickorganizer
PORTVERSION= 1.36
CATEGORIES= games java
MASTER_SITES= http://www.wow-auctions.net/ho/download/ \
http://www.bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ho_${PORTVERSION:S/.//g}
MAINTAINER= lars.engels@0x20.net
COMMENT= A management tool for Hattrick.org written in Java
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
USE_ZIP= yes
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
SUB_FILES= hattrickorganizer.sh
do-install:
cd ${WRKSRC} && ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \;
cd ${WRKSRC} && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
${INSTALL_SCRIPT} ${WRKDIR}/hattrickorganizer.sh ${PREFIX}/bin/hattrickorganizer
.include <bsd.port.mk>