summaryrefslogtreecommitdiff
path: root/devel/libole2/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-26 21:38:16 +0000
committerrh <rh@pkgsrc.org>2000-06-26 21:38:16 +0000
commit18992c3b84b8ff194f76f617c30ad39569cd7225 (patch)
treedda3a74a7b2e2940493d649765783bad6241e8ea /devel/libole2/Makefile
parent5d09a8ecdcfd618e74d42165522a256264da7b13 (diff)
downloadpkgsrc-18992c3b84b8ff194f76f617c30ad39569cd7225.tar.gz
Initial import of libole2-0.1.5, an OLE2 streams parsing library.
Diffstat (limited to 'devel/libole2/Makefile')
-rw-r--r--devel/libole2/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile
new file mode 100644
index 00000000000..129aebead3d
--- /dev/null
+++ b/devel/libole2/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/26 21:38:16 rh Exp $
+#
+
+DISTNAME= libole2-0.1.5
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/libole2/}
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+DEPENDS+= glib>=1.2.8:../../devel/glib
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"