summaryrefslogtreecommitdiff
path: root/devel/gnome2-libole2/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-11-04 03:53:01 +0000
committerrh <rh@pkgsrc.org>2002-11-04 03:53:01 +0000
commite09cdc7262cf7bd9c4450e49019b7f6a9467d9ff (patch)
tree09563fe6a42e3ff593828933763605b6f595bb9d /devel/gnome2-libole2/Makefile
parentc354cd300ffa14880e9036e95224066fc9e6a8a5 (diff)
downloadpkgsrc-e09cdc7262cf7bd9c4450e49019b7f6a9467d9ff.tar.gz
Initial import of gnome2-libole2-2.2.8, a OLE2 streams parsing library for
GNOME2
Diffstat (limited to 'devel/gnome2-libole2/Makefile')
-rw-r--r--devel/gnome2-libole2/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/gnome2-libole2/Makefile b/devel/gnome2-libole2/Makefile
new file mode 100644
index 00000000000..8c92b572d58
--- /dev/null
+++ b/devel/gnome2-libole2/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/04 03:53:01 rh Exp $
+#
+
+DISTNAME= libole2-2.2.8
+PKGNAME= gnome2-${DISTNAME}
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libole2/2.2/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= OLE2 streams parsing library for GNOME2
+
+BUILD_USES_MSGFMT= YES
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"