1999-08-27 06:00:54 +02:00
|
|
|
# New ports collection makefile for: bidwatcher
|
|
|
|
# Date created: 24 Aug 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-05-13 20:42:18 +02:00
|
|
|
PORTNAME= bidwatcher
|
2002-12-24 03:43:12 +01:00
|
|
|
PORTVERSION= 1.3.7
|
2003-01-18 20:00:30 +01:00
|
|
|
PORTREVISION?= 1
|
2002-05-13 20:42:18 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-08-27 06:00:54 +02:00
|
|
|
|
2002-05-13 20:42:18 +02:00
|
|
|
MAINTAINER= mph@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Bid monitor for eBay
|
1999-08-27 06:00:54 +02:00
|
|
|
|
2002-09-01 17:13:16 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-05-13 20:42:18 +02:00
|
|
|
GNU_CONFIGURE= YES
|
1999-08-27 06:00:54 +02:00
|
|
|
|
2002-10-29 20:17:30 +01:00
|
|
|
CFLAGS+= -UHAVE_GMTIME
|
|
|
|
|
2002-09-17 18:56:48 +02:00
|
|
|
# The software includes a "fudge factor" for the snipe timer; by default
|
|
|
|
# it snipes 5 minutes (300 seconds) before the time that you tell it to.
|
|
|
|
# To change the "fudge factor" to a different value, set TIMEFUDGE to the
|
|
|
|
# desired number of seconds.
|
|
|
|
|
|
|
|
TIMEFUDGE?= 300
|
|
|
|
CFLAGS+= -DHAVE_TM_ZONE -DTIMEFUDGE=${TIMEFUDGE}
|
|
|
|
|
1999-08-27 06:00:54 +02:00
|
|
|
.include <bsd.port.mk>
|