blob: 497500f73fb531ae1d42275fff7066cebf609195 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= xmlf90
DISTVERSION= 1.5.4
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= https://launchpad.net/xmlf90/trunk/1.5/+download/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Suite of light-weight libraries to work with XML in Fortran
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL= fox-xml
USES= fortran gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>
|