summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-04-06 10:53:26 +0000
committerrh <rh>2001-04-06 10:53:26 +0000
commit3b6dd6c1978752d0b9b7f6a6a4e1f7a84a6e2377 (patch)
tree312b6fbdbebf4976646556a7af7a508fcf12fdf0 /textproc/scrollkeeper/Makefile
parentd4648cf5dfe4e399ed020641f7f8991ed7d6e45a (diff)
downloadpkgsrc-3b6dd6c1978752d0b9b7f6a6a4e1f7a84a6e2377.tar.gz
Initial import of scrollkeeper-0.2, the open document cataloging project.
Diffstat (limited to 'textproc/scrollkeeper/Makefile')
-rw-r--r--textproc/scrollkeeper/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
new file mode 100644
index 00000000000..ceffd0a31bc
--- /dev/null
+++ b/textproc/scrollkeeper/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/06 10:53:26 rh Exp $
+#
+
+DISTNAME= scrollkeeper-0.2
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scrollkeeper/} \
+ ${MASTER_SITE_GNOME:=stable/sources/scrollkeeper/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://scrollkeeper.sourceforge.net/
+COMMENT= Open Document Cataloging Project
+
+DEPENDS+= libxml>=1.8.9:../../textproc/libxml
+
+GNU_CONFIGURE= yes
+USE_LIBINTL= yes
+BUILD_USES_MSGFMT= yes
+
+.include "../../mk/bsd.pkg.mk"