Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.16 2012/10/06 14:11:03 asau Exp $
#
DISTNAME= lib3ds-1.2.0
PKGREVISION= 6
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lib3ds/}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://lib3ds.sourceforge.net/
COMMENT= 3D Studio File Format Library
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS= autoconf automake
pre-configure:
cd ${WRKSRC} && libtoolize --force
cd ${WRKSRC} && autoreconf -i --force
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"