1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/azureus/Makefile
Herve Quiroz b483613740 Azureus is a java bittorrent client. Azureus offers multiple
torrent downloads, queuing/priority systems (on torrents and
files), start/stop seeding options and instant access to
numerous pieces of information about your torrents. Azureus
now features an embedded tracker easily setup and ready to use.

WWW: http://azureus.sourceforge.com/

PR:		72682
Submitted by:	Jeremy Faulkner <gldisater@gldis.ca>
Reviewed by:	glewis
2004-10-24 01:08:00 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: Azureus
# Date created: October 6, 2004
# Whom: Jeremy Faulkner <gldisater@gldis.ca>
#
# $FreeBSD$
#
PORTNAME= azureus
PORTVERSION= 2.1.0.4
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Azureus${PORTVERSION}.jar
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= gldisater@gldis.ca
COMMENT= A BitTorrent client written in Java
RUN_DEPENDS= ${LOCALBASE}/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_OS= native
JAVA_RUN= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
JARFILE= Azureus2.jar
PLIST_FILES= %%DATADIR%%/${JARFILE} bin/${PORTNAME}
do-configure:
${SED} -e "s+%%PREFIX%%+${PREFIX}+" -e "s+%%LOCALBASE%%+${LOCALBASE}+" \
-e "s+%%JAVA%%+${JAVA}+" -e "s+%%DATADIR%%+${DATADIR}+" \
${FILESDIR}/${PORTNAME} > ${WRKDIR}/${PORTNAME}
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${DATADIR}/${JARFILE}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>