pkgsrc/graphics/imlib2/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00

35 lines
925 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/03/13 17:37:11 fredb Exp $
#
DISTNAME= imlib2-1.0.3
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.enlightenment.org/pages/imlib2.html
COMMENT= image manipulation library
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.prefs.mk"
IMLIB2_USE_MMX?= NO
.if ${MACHINE_ARCH} == "i386" && ${IMLIB2_USE_MMX} != "NO"
CONFIGURE_ARGS+= --enable-mmx
.endif
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../graphics/freetype-lib/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/libungif/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../graphics/tiff/buildlink.mk"
.include "../../databases/edb/buildlink.mk"
.include "../../mk/bsd.pkg.mk"