freebsd-ports/misc/bidwatcher/Makefile
Will Andrews 06d7977412 Update to bidwatcher 1.1.5. This is now based on Wayne Schlitt's fork of
the original author's code. I would like to personally thank Wayne for
diligently tracking down the timezone conflict in his code. His fork,
which has more bugfixes (including the fact it actually gets the correct
ebay time) than the sourceforge version, now compiles on FreeBSD.

Special thanks to:	Wayne Schlitt <wayne@midwestcs.com>
2000-04-28 21:25:38 +00:00

30 lines
791 B
Makefile

# New ports collection makefile for: bidwatcher
# Date created: 24 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= bidwatcher
PORTVERSION= 1.1.5
CATEGORIES= misc
MASTER_SITES= http://www.midwestcs.com/bidwatcher/download/
MAINTAINER= will@FreeBSD.org
USE_GMAKE= YES
USE_QT= YES
MAKE_ENV= QTDIR=${X11BASE}/include/X11/qt \
SYSCONF_LFLAGS_QT=${X11BASE}/lib \
SYSCONF_MOC=${X11BASE}/bin/moc
MAKEFILE= Makefile.FreeBSD
do-install:
@${MKDIR} ${PREFIX}/share/bidwatcher
@${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher
.include <bsd.port.mk>