summaryrefslogtreecommitdiff
path: root/misc/basket/Makefile
diff options
context:
space:
mode:
authorseb <seb>2007-05-10 21:04:27 +0000
committerseb <seb>2007-05-10 21:04:27 +0000
commitaf7b0e935327fca66ea3526960c20419313eabfd (patch)
treecdd9ebe5d14a029bfe6b2feba8183674c1e6bd4c /misc/basket/Makefile
parent230fc3a1000039bb7c6ce806e85d5f36ecb68f51 (diff)
downloadpkgsrc-af7b0e935327fca66ea3526960c20419313eabfd.tar.gz
Initial import of basket version 1.0.2 into The NetBSD Packages
Collection. BasKet is a multi-purpose note-taking KDE application that helps you to easily take all sort of notes, collect research results and share them, centralize your project data and reuse it, quickly organize your thoughts in idea boxes, keep track of your information in a smart way, make intelligent To Do lists, and a lot more...
Diffstat (limited to 'misc/basket/Makefile')
-rw-r--r--misc/basket/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/basket/Makefile b/misc/basket/Makefile
new file mode 100644
index 00000000000..f39b6495ab9
--- /dev/null
+++ b/misc/basket/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/10 21:04:27 seb Exp $
+
+DISTNAME= basket-1.0.2
+CATEGORIES= misc
+MASTER_SITES= http://basket.kde.org/downloads/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://basket.kde.org/
+COMMENT= Feature-rich note-taking KDE application
+
+USE_TOOLS+= gmake msgfmt pkg-config
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../misc/kdepim3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"