ac924b3526
- Added Comment field. - Fixed ebay time sync'ing. - Fix bad "Host:" entity-header if a proxy server was used. It used to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com". - It now sends an "User-Agent" string which looks like Mozilla 1.1 including the real operating system and machine. - It support using "POST" for the actual bid. I've succesfully tested this by bidding on an auction. - Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions - Fixed handling bad DNS responses.
27 lines
742 B
Makefile
27 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.18 2002/10/27 21:54:25 tron Exp $
|
|
|
|
DISTNAME= bidwatcher-1.3.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bidwatcher/}
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://sourceforge.net/projects/bidwatcher/
|
|
COMMENT= eBay snipe tool
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
AUTOMAKE_OVERRIDE= NO
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/bidwatcher
|
|
HTMLDIR= ${PREFIX}/share/doc/html/bidwatcher
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
for FILE in AUTHORS COPYING INSTALL NEWS README; do \
|
|
${INSTALL_DATA} ${WRKSRC}/$$FILE ${DOCDIR}; \
|
|
done
|
|
${INSTALL_DATA_DIR} ${HTMLDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/quick_start.html ${HTMLDIR}
|
|
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|