1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/misc/bidwatcher/Makefile
David E. O'Brien f97f56e86c Pull in large chunks of the unreleased changes on the STABLE_1_3 branch.
This stops the segfaulting on any auction add that started in July.
2004-08-03 17:12:30 +00:00

28 lines
522 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.15
PORTREVISION?= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mph@FreeBSD.org
COMMENT= Bid monitor for eBay
PLIST_FILES= bin/bidwatcher
USE_GNOME= gtk12
GNU_CONFIGURE= YES
MAN1= bidwatcher.1
CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE
.include <bsd.port.mk>