dc7fe9fa4e
Build improvements, remove blatantly wrong conversions from extensions, made it possible to distinguish format_n formats from others, improvements to vala/gobject introspection support.
31 lines
820 B
Makefile
31 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/12/09 17:43:53 adam Exp $
|
|
|
|
DISTNAME= babl-0.1.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/babl/0.1/ \
|
|
http://ftp.gwdg.de/pub/misc/grafik/gimp/babl/0.1/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gegl.org/babl/
|
|
COMMENT= Dynamic pixel conversion library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
# NOTE: to build documentation (which requires additional dependencies)
|
|
# define BUILD_DOCS in MAKE_ENV.
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= babl.pc.in
|
|
|
|
# XXX Clang does not handle assembler, yet
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
CONFIGURE_ARGS+= --disable-sse
|
|
.endif
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|