pkgsrc/devel/orc/Makefile
wiz 196446525a Update to 0.4.11; now needs gmake.
Changes: lots of speed ups.
2010-10-16 16:56:23 +00:00

22 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/10/16 16:56:23 wiz Exp $
#
DISTNAME= orc-0.4.11
CATEGORIES= devel
MASTER_SITES= http://code.entropywave.com/download/orc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.entropywave.com/projects/orc/
COMMENT= Compiler for vector operations
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS= gmake
PKGCONFIG_OVERRIDE+= orc.pc.in
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"