diff options
author | martti <martti@pkgsrc.org> | 2003-09-26 10:58:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-26 10:58:01 +0000 |
commit | 4c74fb1068060e9cd0989b9582cff467edd30da9 (patch) | |
tree | 73f8b72bd8b1beaccdf8c0560cd2eb800ec11cb5 /x11/xfce4-panel/Makefile | |
parent | e783d78c6f116c33f10b66f4640f868870876811 (diff) | |
download | pkgsrc-4c74fb1068060e9cd0989b9582cff467edd30da9.tar.gz |
GTK2 based panel for XFce4.
Diffstat (limited to 'x11/xfce4-panel/Makefile')
-rw-r--r-- | x11/xfce4-panel/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile new file mode 100644 index 00000000000..c2425143b71 --- /dev/null +++ b/x11/xfce4-panel/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 10:58:01 martti Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +DISTNAME= xfce4-panel-${XFCE4_VERSION} +CATEGORIES= x11 +COMMENT= XFce4 panel + +PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in + +.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../x11/xfce4-mcs-plugins/buildlink2.mk" +.include "../../x11/startup-notification/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |