33 lines
725 B
Makefile
33 lines
725 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?= 0
|
|
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=63934&aid=820963/
|
|
#PATCHFILES= add_auction_by_url_also.patch
|
|
#PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= mph@FreeBSD.org
|
|
COMMENT= Bid monitor for eBay
|
|
|
|
PLIST_FILES= bin/bidwatcher
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= YES
|
|
CFLAGS+= -UHAVE_GMTIME
|
|
|
|
MAN1= bidwatcher.1
|
|
|
|
CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE
|
|
|
|
.include <bsd.port.mk>
|