mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
534451cb29
BidWatcher is a tool for people using the giant eBay auction site. It uses your eBay id and password to track your eBay listings, items that you have bid on, and items that you enter by hand. It also has an integrated snipe tool. Submitted by: Will Andrews <andrews@technologist.com>
29 lines
672 B
Makefile
29 lines
672 B
Makefile
# New ports collection makefile for: bidwatcher
|
|
# Version required: 0.9.9-2
|
|
# Date created: 24 Aug 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= bidwatcher-0.9.9-2
|
|
PKGNAME= bidwatcher-0.9.9
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.low-fi.com/bw/download/ \
|
|
http://www.psn.net/~andrews/dist/
|
|
MASTER_SITE_SUBDIR= apps/misc
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
USE_GMAKE= YES
|
|
USE_QT= YES
|
|
MAKE_ENV= QTDIR=${X11BASE}/include/X11/qt \
|
|
SYSCONF_LFLAGS_QT=${X11BASE}/lib \
|
|
SYSCONF_MOC=${X11BASE}/bin/moc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher
|
|
|
|
.include <bsd.port.mk>
|