1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/misc/bidwatcher/Makefile
David E. O'Brien d89c8acb78 Add
http://sourceforge.net/tracker/download.php?group_id=2973&atid=302973&file_id=112451&aid=1085302
in modified form.

	Due to some changes with ebay they are now requiring signin before
	bidding. It was suggested by some other users that the best way to
	get https support in bidwatcher would be to compile it with libcurl.

NOTE that your mileage may vary if you use a proxy or bid on eBay motors
     or bid on adult items.

Obtained from:	bidwatcher patch# 1084042 in the form of patch# 1085302
2005-01-14 02:44:47 +00:00

32 lines
742 B
Makefile

# ex:ts=8
# New ports collection makefile for: bidwatcher
# Date created: 24 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= bidwatcher
PORTVERSION= 1.3.16
PORTREVISION?= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
#PATCH_SITES= http://sourceforge.net/tracker/download.php?group_id=2973&atid=302973&file_id=112451&aid=1085302
#PATCHFILES= bidwatcher-1.3.16-SSL_with_libcurl.02.patch
#PATCH_DIST_STRIP= -p1
MAINTAINER= mph@FreeBSD.org
COMMENT= Bid monitor for eBay
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
PLIST_FILES= bin/bidwatcher
USE_GNOME= gtk12
GNU_CONFIGURE= YES
CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE
MAN1= bidwatcher.1
.include <bsd.port.mk>