2012-12-10 14:43:43 +01:00
|
|
|
# Created by: Jose Rodriguez <king@v2project.com>
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jbidwatcher
|
2014-06-04 13:04:29 +02:00
|
|
|
PORTVERSION= 2.5.6
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
CATEGORIES= misc java
|
2010-05-09 10:14:09 +02:00
|
|
|
MASTER_SITES= http://www.jbidwatcher.com/download/
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
|
2014-06-18 22:18:11 +02:00
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Java-based application allowing you to monitor eBay auctions
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
|
2014-07-29 23:43:17 +02:00
|
|
|
USES= tar:bzip2
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
USE_JAVA= yes
|
2012-03-31 23:50:34 +02:00
|
|
|
USE_ANT= yes
|
|
|
|
ALL_TARGET= jar
|
2012-12-10 14:43:43 +01:00
|
|
|
JAVA_VERSION= 1.6+
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
|
2012-03-31 23:50:34 +02:00
|
|
|
SUB_FILES= jbidwatcher
|
|
|
|
SUB_LIST+= PORTVERSION=${PORTVERSION}
|
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
bin/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2014-05-25 11:52:35 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
|
|
|
|
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
. Add a port of jbidwatcher:
"A Java-based application allowing you to monitor ebay auctions,
submit bids, snipe (bid at the last moment), and otherwise track
your auction-site experience. It includes adult-auction management,
MANY currencies (yen, pound, dollar (US, Canada, Australian, and
New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop
of auction URLs, a unique and powerful 'multisniping' feature."
Submission tweaked to fix a few problems.
PR: 69534
Submitted by: Jose Rodriguez <king@v2project.com>
2004-08-23 22:27:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|