freebsd-ports/net-p2p/frostwire/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

43 lines
1 KiB
Makefile

# New ports collection makefile for: frostwire
# Date created: 2007-04-20
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= frostwire
PORTVERSION= 4.13.4
PORTREVISION= 1
CATEGORIES= net-p2p java
MASTER_SITES= http://www.frostwire.com/frostwire/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}.noarch
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A Java based Gnutella and Bittorrent client
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/.7/.6/}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= ${PORTNAME}.sh
post-extract:
@cd ${WRKSRC} && ${RM} -f *.so *.sh COPYING && \
${MV} changelog frostwire.desktop ..
@${FIND} ${WRKSRC} -type d -name .svn -print0 | ${XARGS} -0 ${RM} -rf
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
${MKDIR} ${DATADIR}
${CP} -R ${WRKSRC}/* ${DATADIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/changelog ${DOCSDIR}
.endif
.include <bsd.port.mk>