diff options
author | ade <ade@FreeBSD.org> | 2000-06-20 17:21:40 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-20 17:21:40 +0000 |
commit | 76520f1335fef34596373f7934cda5ac32d1b6de (patch) | |
tree | 123fb254bf6d896f3d3397a6941ed9e946058a23 /devel/libole2/Makefile | |
parent | c406cce56c24613e150a9dd34672a8c3bbd00663 (diff) | |
download | FreeBSD-ports-76520f1335fef34596373f7934cda5ac32d1b6de.zip FreeBSD-ports-76520f1335fef34596373f7934cda5ac32d1b6de.tar.gz |
libole2 contains OLE support functions, currently aimed at the
Excel[tm] plugin for math/gnumeric, but extensible.
Diffstat (limited to 'devel/libole2/Makefile')
-rw-r--r-- | devel/libole2/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile new file mode 100644 index 0000000..eb86bcb --- /dev/null +++ b/devel/libole2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libole2 +# Date created: 20th June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libole2 +PORTVERSION= 0.1.4 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/libole2 + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config + +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" + +.include <bsd.port.mk> |