pkgsrc/devel/orc/Makefile
drochner 5716b629c6 update to 0.4.14
changes: bugfixes
2011-05-18 09:58:39 +00:00

22 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/05/18 09:58:39 drochner Exp $
#
DISTNAME= orc-0.4.14
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"