USE_LIBTOOL instead of USE_PKGLIBTOOL
This commit is contained in:
parent
a8630979e6
commit
b204760232
2 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:24 rh Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2000/07/25 08:28:03 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netcdf-3.4
|
||||
|
@ -11,10 +11,9 @@ EXTRACT_SUFX= .tar.Z
|
|||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html
|
||||
|
||||
USE_FORTRAN= # defined
|
||||
USE_LIBTOOL= # defined
|
||||
GNU_CONFIGURE= # defined
|
||||
CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix"
|
||||
|
||||
USE_FORTRAN= yes
|
||||
USE_PKGLIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/14 20:28:53 frueauf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/07/25 08:28:04 jlam Exp $
|
||||
bin/ncdump
|
||||
bin/ncgen
|
||||
include/netcdf.h
|
||||
|
@ -6,8 +6,10 @@ include/netcdf.inc
|
|||
include/netcdf.hh
|
||||
include/ncvalues.hh
|
||||
lib/libnetcdf.a
|
||||
lib/libnetcdf.la
|
||||
lib/libnetcdf.so.3.4
|
||||
lib/libnetcdf_c++.a
|
||||
lib/libnetcdf_c++.la
|
||||
lib/libnetcdf_c++.so.3.4
|
||||
man/man1/ncdump.1
|
||||
man/man1/ncgen.1
|
||||
|
|
Loading…
Reference in a new issue