1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/science/bodr/Makefile
Pav Lucistnik e71b4d43f0 - Update to 9
PR:		ports/149158
Submitted by:	Frederic Culot <frederic@culot.org>
2010-07-31 22:13:27 +00:00

26 lines
564 B
Makefile

# 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>