1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/science/bodr/Makefile
Pawel Pekala e008a338ba - Update to version 10
- Support staging

PR:		ports/181888
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-02 17:34:59 +00:00

27 lines
542 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:${PORTSDIR}/textproc/libxslt
OPTIONS_DEFINE= DOCS
USE_BZIP2= yes
USES= gmake perl5
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>