mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f0cf40555b
PR: 90369 Submitted by: Lars Engels <lars@0x20.net> (maintainer) Approved by: clement (mentor)
33 lines
836 B
Makefile
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>
|