Update dns/dnsperf to version 2.0.0.0_2
[dports.git] / science / bodr / Makefile
1 # Created by: Pav Lucistnik <pav@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       bodr
5 PORTVERSION=    10
6 CATEGORIES=     science
7 MASTER_SITES=   SF
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Chemistry data like element and isotope properties, atomic radii, etc
11
12 BUILD_DEPENDS=  xsltproc:${PORTSDIR}/textproc/libxslt
13
14 OPTIONS_DEFINE= DOCS
15
16 USES=           gmake perl5 tar:bzip2
17 USE_PERL5=      build
18 GNU_CONFIGURE=  yes
19 CONFIGURE_ENV=  PERL="${PERL}"
20
21 post-patch:
22         @${REINPLACE_CMD} -e \
23                 '/pkgconfig/s|{datadir}|{prefix}/libdata|' ${WRKSRC}/Makefile.in
24
25 .include <bsd.port.mk>