blob: 9b21063680103203159974b57ef0cbbd52685119 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.13 2021/01/30 08:57:02 mef Exp $
#
PKGNAME= cal3d-${CAL3D_VERSION}
.include "../../graphics/cal3d/Makefile.common"
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= automake
#pre-configure:
# cd ${WRKSRC} && ./autogen.sh
.include "../../mk/bsd.pkg.mk"
|