all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:23 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= gnumeric-0.75
|
|
PKGREVISION= 1
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/gnumeric/
|
|
COMMENT= Powerful and easy to use spreadsheet program from the GNOME project
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
USE_PERL5= YES
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
LDFLAGS+= -Wl,-R${LOCALBASE}/lib
|
|
LDFLAGS+= -lunicode
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5
|
|
CONFIGURE_ARGS+= --without-python
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
pre-configure:
|
|
for i in ${WRKSRC}/plugins/*/Makefile.in ; do \
|
|
${SED} <$$i >$$i.fixed \
|
|
-e 's/^\(COMPILE.*\)\\$$/\1 $${EXTRA_GNOME_CFLAGS} \\/' \
|
|
-e 's/^\(COMPILE.*[^\\]\)$$/\1 $${EXTRA_GNOME_CFLAGS}/' && \
|
|
${MV} $$i.fixed $$i ; \
|
|
done
|
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|
|
.include "../../textproc/libxml/buildlink.mk"
|
|
.include "../../devel/libglade/buildlink.mk"
|
|
.include "../../devel/libole2/buildlink.mk"
|
|
.include "../../devel/oaf/buildlink.mk"
|
|
.include "../../devel/gal/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|