summaryrefslogtreecommitdiff
path: root/net/dhcpcd-gtk/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2010-08-18 15:49:35 +0000
committerreed <reed@pkgsrc.org>2010-08-18 15:49:35 +0000
commitad03b82de1d25709c6d441c52682b9991d88e0e2 (patch)
tree9dc4d9ab688dc81736e0ab61a5f05bac3a245f0c /net/dhcpcd-gtk/Makefile
parent4150897bebfae1b84133d0a319882641b065bcd6 (diff)
downloadpkgsrc-ad03b82de1d25709c6d441c52682b9991d88e0e2.tar.gz
Add an HTTP master download site. (When I did this, the ftp one didn't work.)
Correct homepage. Include hicolor-icon-theme. Add descriptive description. Increased version to 0.5.1. Sorry I can't find the changelog. This provides a manual page. Update okayed by maintainer, Roy (but over a month ago).
Diffstat (limited to 'net/dhcpcd-gtk/Makefile')
-rw-r--r--net/dhcpcd-gtk/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/net/dhcpcd-gtk/Makefile b/net/dhcpcd-gtk/Makefile
index a6a6d1e289b..f3966b3f7a6 100644
--- a/net/dhcpcd-gtk/Makefile
+++ b/net/dhcpcd-gtk/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.12 2010/06/13 22:45:09 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2010/08/18 15:49:35 reed Exp $
#
-DISTNAME= dhcpcd-ui-0.5.0
-PKGNAME= dhcpcd-gtk-0.5.0
-PKGREVISION= 1
+DISTNAME= dhcpcd-ui-0.5.1
+PKGNAME= dhcpcd-gtk-0.5.1
CATEGORIES= net
-MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
+MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/
+MASTER_SITES+= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= roy@NetBSD.org
-HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
+HOMEPAGE= http://roy.marples.name/projects/dhcpcd-ui/
COMMENT= GTK+ systray monitor for dhcpcd
LICENSE= modified-bsd
@@ -21,7 +21,9 @@ USE_LANGUAGES= c99
USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk+
+CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q}
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"