pkgsrc/devel/matio/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

24 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/06/13 06:46:43 rillig Exp $
DISTNAME= matio-1.3.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matio.sf.net/
COMMENT= Matlab MAT file I/O library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
# we need a fortran90 compiler for pkgsrc before we can
# enable the fortran part. The fortran code here is *not*
# compatible with f2c (which is fortran 77).
#USE_LANGUAGES= c fortran90
#CONFIGURE_ARGS+= --enable-fortran
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= matio.pc.in
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"