diff options
author | rh <rh@pkgsrc.org> | 2000-06-26 21:38:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-26 21:38:16 +0000 |
commit | 18992c3b84b8ff194f76f617c30ad39569cd7225 (patch) | |
tree | dda3a74a7b2e2940493d649765783bad6241e8ea /devel/libole2/Makefile | |
parent | 5d09a8ecdcfd618e74d42165522a256264da7b13 (diff) | |
download | pkgsrc-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/Makefile | 18 |
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" |