blob: 38714f0c597d06b0eb382f0d39a97593d6c60a7c (
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
26
27
|
PORTNAME= bodr
PORTVERSION= 10
CATEGORIES= science
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Chemistry data like element and isotope properties, atomic radii, etc
WWW= https://sourceforge.net/projects/bodr/
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xsltproc:textproc/libxslt
USES= gmake perl5 tar:bzip2
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL="${PERL}"
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
'/pkgconfig/s|{datadir}|{prefix}/libdata|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|