mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bodr
|
|
PORTVERSION= 10
|
|
CATEGORIES= science
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Chemistry data like element and isotope properties, atomic radii, etc
|
|
|
|
BUILD_DEPENDS= xsltproc:textproc/libxslt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= gmake perl5 tar:bzip2
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= PERL="${PERL}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/pkgconfig/s|{datadir}|{prefix}/libdata|' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|