summaryrefslogtreecommitdiff
path: root/net/dhcpcd-gtk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-19 08:59:00 +0000
committerwiz <wiz>2009-05-19 08:59:00 +0000
commit53d692acd8a71f89a941dada62a4345937a07233 (patch)
tree6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/dhcpcd-gtk/Makefile
parent3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff)
downloadpkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'net/dhcpcd-gtk/Makefile')
-rw-r--r--net/dhcpcd-gtk/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/dhcpcd-gtk/Makefile b/net/dhcpcd-gtk/Makefile
index 92d41425823..06f34a957fd 100644
--- a/net/dhcpcd-gtk/Makefile
+++ b/net/dhcpcd-gtk/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2009/05/02 22:56:12 abs Exp $
+# $NetBSD: Makefile,v 1.7 2009/05/19 08:59:26 wiz Exp $
#
DISTNAME= dhcpcd-ui-0.4.0
PKGNAME= dhcpcd-gtk-0.4.0
CATEGORIES= net
-LICENSE= modified-bsd
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
EXTRACT_SUFX= .tar.bz2
@@ -12,6 +11,10 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
COMMENT= GTK+ systray monitor for dhcpcd
+LICENSE= modified-bsd
+
+DEPENDS+= dhcpcd-dbus>=0.4.0:../../net/dhcpcd-dbus
+BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c99
@@ -19,10 +22,6 @@ USE_TOOLS+= pkg-config
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${PREFIX}/share/gnome/autostart
-DEPENDS+= dhcpcd-dbus>=0.4.0:../../net/dhcpcd-dbus
-
-BUILD_DEPENDS+= librsvg>=0:../../graphics/librsvg
-
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"