ed2e2d6174
Use MASTER_SITE_SOURCEFORGE. Previously, the MASTER_SITE was hardcoded, and broke when the Sourceforge URLs recently changed.
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# New ports collection makefile for: bidwatcher
|
|
# Date created: 24 Aug 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bidwatcher
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mph@FreeBSD.org
|
|
|
|
USE_GTK= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include <bsd.port.mk>
|