1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/limewire/Makefile
Greg Lewis 9101f932c3 . Update to 3.6.15.
. Set the maintainer to the submitter.

PR:		59712
Submitted by:	past@noc.ntua.gr
2003-12-11 17:22:46 +00:00

40 lines
1013 B
Makefile

# New ports collection makefile for: limewire
# Date created: Fri Feb 22 00:28:41 CST 2002
# Whom: Kyle Martin <mkm@ieee.org> et al
#
# $FreeBSD$
#
PORTNAME= limewire
PORTVERSION= 3.6.15
CATEGORIES= net java
MASTER_SITES= http://www3.limewire.com/download/
DISTNAME= LimeWireLinux
EXTRACT_SUFX= .tgz
MAINTAINER= past@noc.ntua.gr
COMMENT= A Java based gnutella client
USE_JAVA= 1.3+
NO_BUILD= yes
NO_WRKSUBDIR= yes
RESTRICTED= License does not allow redistribution of any kind
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
JAR_DIR= ${PREFIX}/share/java/jar/limewire
PLIST_SUB= JAR_DIR="${JAR_DIR:S/${PREFIX}\///}"
post-patch:
@${SED} 's|%%JAR_DIR%%|${JAR_DIR}|; s|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/runLime.sh > ${WRKSRC}/runLime.sh.sed
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/runLime.sh.sed ${PREFIX}/bin/limewire
@${MKDIR} ${JAR_DIR}
@${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/MessagesBundle.properties \
${WRKSRC}/xml.war ${WRKSRC}/update.ver ${JAR_DIR}
.include <bsd.port.mk>