diff options
author | rh <rh@pkgsrc.org> | 2001-10-01 13:34:49 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-10-01 13:34:49 +0000 |
commit | 98ee18b0e2f3c676fa5da65ed65602a705f4af8b (patch) | |
tree | 2e5974f395bff2d84d7ad427424cbb6391c701cf /devel/libole2/Makefile | |
parent | c01da1bf2aab0979263d2c819684640062270fb4 (diff) | |
download | pkgsrc-98ee18b0e2f3c676fa5da65ed65602a705f4af8b.tar.gz |
buildlinkify
Diffstat (limited to 'devel/libole2/Makefile')
-rw-r--r-- | devel/libole2/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 2b35516780f..12808de95bd 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.7 2001/05/22 06:05:41 rh Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/01 13:34:49 rh Exp $ # -DISTNAME= libole2-0.2.3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/libole2/} +DISTNAME= libole2-0.2.3 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/libole2/} -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.gnome.org/ -COMMENT= OLE2 streams parsing library for GNOME +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= OLE2 streams parsing library for GNOME -DEPENDS+= glib>=1.2.8:../../devel/glib - -GNU_CONFIGURE= YES -USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../devel/glib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |