Fixed CATEGORIES, HOMEPAGE, and added USE_LIBTOOL=yes for libtool libraries

in PLIST.
This commit is contained in:
Blue Rats 2012-11-13 14:45:32 +00:00 committed by Thomas Klausner
parent abac2a2ed5
commit 959e060149

View file

@ -1,18 +1,19 @@
# $NetBSD: Makefile,v 1.2 2012/10/07 16:23:06 asau Exp $
# $NetBSD: Makefile,v 1.3 2012/11/13 14:45:32 othyro Exp $
#
DISTNAME= silo-4.8-bsd
PKGNAME= ${DISTNAME:S/-bsd//}
CATEGORIES= science
CATEGORIES= math
MASTER_SITES= https://wci.llnl.gov/codes/silo/silo-4.8/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://wci.llnl.gov/codes/silo/silo-4.8/
HOMEPAGE= https://wci.llnl.gov/codes/silo/
COMMENT= Mesh and filed I/O library and scientific databases
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++ fortran77
USE_LIBTOOL= yes
# pkgsrc is not currently able to fetch distfiles from https web servers
# (see mk/fetch/fetch.mk), so you have to use a browser for now.