pkgsrc/misc/JBidwatcher/Makefile
wiz 4d28b9a716 Update to 2.1.5:
eBay has been pretty active lately; this most recent breakage was
just of non-US non-PayPal listings. I took the opportunity to
address a few minor issues, while I'm looking into some longer-term
problems. Best of luck with your auctions!

Fixes

    * The non-US non-PayPal item issue
    * 'Post to: ' in location fields
    * Failure to read feedback scores

Improvements

    * Some attempts to improve data consistency
    * Completed auction loading and 'lost' auction recovery don't
    block each other
    * Better messaging around the browse-to site and My JBidwatcher
    configurations
    * Show the revision number on Windows and Linux
2011-04-12 08:46:19 +00:00

30 lines
879 B
Makefile

# $NetBSD: Makefile,v 1.9 2011/04/12 08:46:19 wiz Exp $
#
DISTNAME= JBidwatcher-2.1.5
CATEGORIES= misc
MASTER_SITES= http://www.jbidwatcher.com/download/
EXTRACT_SUFX= .jar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jbidwatcher.com/
COMMENT= eBay sniping, bidding and monitoring software
#LICENSE= Creative Commons BY-NC-SA Amended
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
USE_JAVA= run
INSTALLATION_DIRS= bin libexec/JBidwatcher
do-build:
${ECHO} "#!/bin/sh" > ${WRKSRC}/JBidwatcher
${ECHO} "${PKG_JAVA_HOME}/bin/java -Xmx512m -jar ${PREFIX}/libexec/JBidwatcher/${DISTNAME}.jar"' "$$@"' >> ${WRKSRC}/JBidwatcher
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/JBidwatcher ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \
${DESTDIR}${PREFIX}/libexec/JBidwatcher
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"