cf1b837c4f
changes: -Convert MMX and SSE backends to a new instruction scheduler -Add alignment and size hints to parser -bugfixes
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/17 12:45:06 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= orc-0.4.16
|
|
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"
|