aboutsummaryrefslogtreecommitdiffstats
path: root/science/bodr/Makefile
blob: 183f59da4a4c6fa210e45e8600f6ddecfa210de3 (plain) (blame)
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
# New ports collection makefile for:    bodr
# Date created:             21 May 2007
# Whom:                 Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   bodr
PORTVERSION=    9
CATEGORIES= science
MASTER_SITES=   SF

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>