diff options
Diffstat (limited to 'x11/xfce4-notes-plugin/Makefile')
-rw-r--r-- | x11/xfce4-notes-plugin/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xfce4-notes-plugin/Makefile b/x11/xfce4-notes-plugin/Makefile new file mode 100644 index 00000000000..bb7773228ef --- /dev/null +++ b/x11/xfce4-notes-plugin/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 05:20:48 martti Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +XFCE4_VERSION= 0.9.7 + +DISTNAME= xfce4-notes-plugin-${XFCE4_VERSION} +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +COMMENT= XFce4 notes plugin + +.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |