2007-05-24 22:16:03 +00:00
|
|
|
# New ports collection makefile for: bodr
|
|
|
|
# Date created: 21 May 2007
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bodr
|
2008-03-14 12:12:33 +00:00
|
|
|
PORTVERSION= 8
|
2007-05-24 22:16:03 +00:00
|
|
|
CATEGORIES= science
|
2009-08-22 00:35:32 +00:00
|
|
|
MASTER_SITES= SF
|
2007-05-24 22:16:03 +00:00
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= Chemistry data like element and isotope properties, atomic radii, etc
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|{datadir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|