diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2002-05-13 18:42:18 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2002-05-13 18:42:18 +0000 |
commit | ed2e2d6174b478314ef2705d57acc868d401525d (patch) | |
tree | 2cbc112cb33d989fe8819156bce47f416827451e /misc/bidwatcher/Makefile | |
parent | 134f75c0783e91b48e2b873f99b182e0fd75dc61 (diff) |
Notes
Diffstat (limited to 'misc/bidwatcher/Makefile')
-rw-r--r-- | misc/bidwatcher/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 8fcd56d4f996..6bc2be9e0d25 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -5,14 +5,15 @@ # $FreeBSD$ # -PORTNAME= bidwatcher -PORTVERSION= 1.3.2 -CATEGORIES= misc -MASTER_SITES= http://prdownloads.sourceforge.net/bidwatcher/ +PORTNAME= bidwatcher +PORTVERSION= 1.3.3 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mph@FreeBSD.org +MAINTAINER= mph@FreeBSD.org -USE_GTK= YES -GNU_CONFIGURE= YES +USE_GTK= YES +GNU_CONFIGURE= YES .include <bsd.port.mk> |