aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlf90/Makefile
blob: 67f718fdddd1c5078ef31d4f9b6b5ef136c1c635 (plain) (blame)
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
26
# $FreeBSD$

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>