freebsd-ports/textproc/fox-xml/Makefile
Gerald Pfeifer 879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00

24 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= fox
DISTVERSION= 4.1.2-91
PORTREVISION= 3
DISTVERSIONSUFFIX= -g9c6716e
CATEGORIES= textproc
PKGNAMESUFFIX= -xml
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fortran XML library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL= xmlf90
GNU_CONFIGURE= yes
USES= fortran gmake
USE_GITHUB= yes
GH_ACCOUNT= andreww
ALL_TARGET= default
.include <bsd.port.mk>