28 lines
642 B
Makefile
28 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/02/05 23:09:28 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= aqsis-0.6.4
|
|
PKGREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.aqsis.com/
|
|
COMMENT= Renderman clone
|
|
|
|
BROKEN_IN= pkgsrc-2005Q4
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
USE_TOOLS+= gmake
|
|
|
|
GCC_REQD+= 2.95.3
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "../../devel/libargparse/buildlink3.mk"
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|