diff options
Diffstat (limited to 'x11/xfce4-notifyd/Makefile')
-rw-r--r-- | x11/xfce4-notifyd/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xfce4-notifyd/Makefile b/x11/xfce4-notifyd/Makefile new file mode 100644 index 00000000000..55d88b59b47 --- /dev/null +++ b/x11/xfce4-notifyd/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2015/04/21 08:56:44 jperkin Exp $ +# + +.include "../../meta-pkgs/xfce4/Makefile.common" + +DISTNAME= xfce4-notifyd-0.2.4 +CATEGORIES= x11 +MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/ + +HOMEPAGE= http://goodies.xfce.org/projects/applications/xfce4-notifyd +COMMENT= XFCE Notify daemon + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/libxfce4ui/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |