pkgsrc-wip/simage/Makefile
Soren Jacobsen ac887046bf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:56:03 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/02/17 02:56:49 blef Exp $
DISTNAME= simage-1.6.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
MAINTAINER= pkgsrc@bjan.freeshell.org
HOMEPAGE= http://www.coin3d.org/
COMMENT= Library for image format loaders and front-ends
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ungif --with-jpeg --with-png \
--with-tiff --with-mpeg2enc
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"