pkgsrc-wip/libatomic_ops/Makefile
Blair Sadewitz c963dba56d This package is needed by pulseaudio--at least until NetBSD gets its own
atomic ops.

I haven't been able to figure out where in the automake stuff the installation
goes awry (change this to use GNU_CONFIGURE and you'll see ...).
2007-06-23 08:48:13 +00:00

21 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/06/23 08:48:13 bsadewitz Exp $
#
DISTNAME= libatomic_ops-1.2
CATEGORIES= devel
MASTER_SITES= http://www.hpl.hp.com/research/linux/atomic_ops/download/
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= http://www.hpl.hp.com/research/linux/atomic_ops/
COMMENT= Atomic operations library from HP
PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= yes # XXX GNU configure doesn't work right yet. Help! ;)
USE_TOOLS+= gmake
INSTALLATION_DIRS_FROM_PLIST= yes
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
.include "../../mk/bsd.pkg.mk"