0338e5db2c
liboil-0.3.17 ============= New release of liboil out. Fixes a bunch of compile bugs. ***** WARNING ***** Liboil is now in maintenence-only mode. No new features will be added, and bugs will be fixed according to their severity and availablility of patches. Users of liboil are recommended to switch to Orc (http://code.entropywave.com/projects/orc/). Please contact David Schleef <ds at schleef.org> about converting liboil functions to Orc code -- in many cases this work has already been done.
36 lines
870 B
Makefile
36 lines
870 B
Makefile
# $NetBSD: Makefile,v 1.22 2010/02/07 16:10:02 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= liboil-0.3.17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://liboil.freedesktop.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://liboil.freedesktop.org/wiki/
|
|
COMMENT= Library of simple, CPU-optimized functions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-glib # Only used by examples.
|
|
|
|
PKGCONFIG_OVERRIDE+= liboil-uninstalled.pc.in
|
|
PKGCONFIG_OVERRIDE+= liboil.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !empty(MACHINE_PLATFORM:MSunOS-5.8-*)
|
|
SUBST_CLASSES+= solaris
|
|
SUBST_STAGE.solaris= pre-configure
|
|
SUBST_MESSAGE.solaris= Replacing <stdint.h> with <inttypes.h>
|
|
SUBST_FILES.solaris= liboil/*.h
|
|
SUBST_SED.solaris= -e 's,<stdint\.h>,<inttypes.h>,'
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|