summaryrefslogtreecommitdiff
path: root/misc/bidwatcher/Makefile
blob: 3e69479a2c77069a7126728edd52eb131f5bfefe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>