diff options
author | martti <martti@pkgsrc.org> | 2007-04-27 10:48:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-04-27 10:48:06 +0000 |
commit | e2e715f6b3c89dc4c58046e7eca72483d2cc21d5 (patch) | |
tree | ae3f1977510b30b4fdce4a142938642820f786b9 /time/xfce4-timer-plugin/Makefile | |
parent | 1dc01a9ac8c6ae56e862ea199710e16c827d5203 (diff) | |
download | pkgsrc-e2e715f6b3c89dc4c58046e7eca72483d2cc21d5.tar.gz |
Added some Xfce plugins.
Diffstat (limited to 'time/xfce4-timer-plugin/Makefile')
-rw-r--r-- | time/xfce4-timer-plugin/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/time/xfce4-timer-plugin/Makefile b/time/xfce4-timer-plugin/Makefile new file mode 100644 index 00000000000..13e8f33b389 --- /dev/null +++ b/time/xfce4-timer-plugin/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/27 10:48:06 martti Exp $ +# + +.include "../../meta-pkgs/xfce4/Makefile.common" + +XFCE4_VERSION= 0.5.1 + +DISTNAME= xfce4-timer-plugin-${XFCE4_VERSION} +CATEGORIES= time +MASTER_SITES= http://goodies.xfce.org/releases/xfce4-timer-plugin/ +COMMENT= Xfce4 timer plugin + +.include "../../x11/xfce4-panel/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |