diff options
Diffstat (limited to 'time/xfce4-calendar/Makefile')
-rw-r--r-- | time/xfce4-calendar/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/time/xfce4-calendar/Makefile b/time/xfce4-calendar/Makefile new file mode 100644 index 00000000000..1e7fa0367af --- /dev/null +++ b/time/xfce4-calendar/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/17 12:51:16 martti Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +DISTNAME= xfcalendar-${XFCE4_VERSION} +PKGNAME= xfce4-calendar-${XFCE4_VERSION} +CATEGORIES= time +COMMENT= XFce4 calendar + +.include "../../databases/dbh/buildlink3.mk" +.include "../../x11/xfce4-mcs-plugins/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |