pkgsrc/devel/orc/Makefile
wiz 8f9bc14448 Update to 0.4.18.
Maintenance release:

 - Important bugfix in reading constants from bytecode. (Tim-Philipp Müller
   and Sebastian Dröge)
 - Documentation and code cleanup (Stefan Sauer)
 - Fix cache flushing on iOS (Andoni Morales Alastruey)
2013-09-02 16:10:39 +00:00

19 lines
440 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/09/02 16:10:39 wiz Exp $
DISTNAME= orc-0.4.18
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
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS= gmake
PKGCONFIG_OVERRIDE+= orc.pc.in
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"