60f460ab01
block). Uncomment some commented out LICENSE lines while here.
27 lines
771 B
Makefile
27 lines
771 B
Makefile
# $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
|
|
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/
|
|
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
|
|
USE_TOOLS+= pkg-config
|
|
|
|
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${PREFIX}/share/gnome/autostart
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|