devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / matio / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2009/05/15 23:08:14 dmcmahill Exp $
2
3 DISTNAME=               matio-1.3.3
4 CATEGORIES=             devel
5 MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=matio/}
6
7 MAINTAINER=             pkgsrc-users@NetBSD.org
8 HOMEPAGE=               http://matio.sf.net/
9 COMMENT=                Matlab MAT file I/O library
10
11 PKG_DESTDIR_SUPPORT=    user-destdir
12
13 GNU_CONFIGURE=          yes
14 # we need a fortran90 compiler for pkgsrc before we can
15 # enable the fortran part.  The fortran code here is *not*
16 # compatible with f2c (which is fortran 77).
17 #USE_LANGUAGES=         c fortran90
18 #CONFIGURE_ARGS+=       --enable-fortran
19 USE_LIBTOOL=            yes
20
21 PKGCONFIG_OVERRIDE=     matio.pc.in
22
23 .include "../../devel/zlib/buildlink3.mk"
24 .include "../../mk/bsd.pkg.mk"