summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-01-14 01:54:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-01-14 01:54:33 +0000
commit99da91790962a7bd7cdcf512689f416c76e4fa98 (patch)
tree7fdb3f25ad9f0724f8e42b8c34933c827e8b6e58 /misc
parent- Get rid of pkg-plist (diff)
Portlint.
Notes
Notes: svn path=/head/; revision=126393
Diffstat (limited to 'misc')
-rw-r--r--misc/bidwatcher/Makefile33
1 files changed, 15 insertions, 18 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile
index 84b8e1ff294c..a7ef976084b0 100644
--- a/misc/bidwatcher/Makefile
+++ b/misc/bidwatcher/Makefile
@@ -6,27 +6,24 @@
# $FreeBSD$
#
-PORTNAME= bidwatcher
-PORTVERSION= 1.3.16
-PORTREVISION?= 0
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+PORTNAME= bidwatcher
+PORTVERSION= 1.3.16
+PORTREVISION?= 0
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-#PATCH_SITES= http://sourceforge.net/tracker/download.php?group_id=2973&atid=302973&file_id=63934&aid=820963/
-#PATCHFILES= add_auction_by_url_also.patch
-#PATCH_DIST_STRIP= -p1
+PATCH_SITES= http://sourceforge.net/tracker/download.php?group_id=2973&atid=302973&file_id=63934&aid=820963/
+PATCHFILES= add_auction_by_url_also.patch
+PATCH_DIST_STRIP= -p1
-MAINTAINER= mph@FreeBSD.org
-COMMENT= Bid monitor for eBay
+MAINTAINER= mph@FreeBSD.org
+COMMENT= Bid monitor for eBay
-PLIST_FILES= bin/bidwatcher
-USE_GNOME= gtk12
-GNU_CONFIGURE= YES
-CFLAGS+= -UHAVE_GMTIME
-
-MAN1= bidwatcher.1
-
-CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE
+PLIST_FILES= bin/bidwatcher
+USE_GNOME= gtk12
+GNU_CONFIGURE= YES
+CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE
+MAN1= bidwatcher.1
.include <bsd.port.mk>